Skip to content

Commit

Permalink
fix: wrong mediator repository in docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Aug 11, 2024
1 parent d9d4082 commit e9c42c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./initdb.js:/docker-entrypoint-initdb.d/initdb.js

identus-mediator:
image: ghcr.io/input-output-hk/identus-mediator:${MEDIATOR_VERSION:-latest}
image: ghcr.io/hyperledger/identus-mediator:${MEDIATOR_VERSION:-latest}
ports:
- "8080:8080"
environment:
Expand Down

0 comments on commit e9c42c7

Please sign in to comment.