Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mediator docker-compose image repo and version #39

Merged
merged 15 commits into from
Jul 7, 2023
Merged
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# interval: 10s
# start_period: 30s
atalaprism-mediator:
image: ghcr.io/input-output-hk/mediator:0.1.1-SNAPSHOT
image: ghcr.io/input-output-hk/atala-prism-mediator:0.2.0-SNAPSHOT
ports:
- 8080:8080
network_mode: host #hash on mac remove this the default is bridge we can use host.docker.internal
Expand Down