Skip to content

Commit

Permalink
refactor: update docker-compose file image links (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Yummy-Yums <[email protected]>
  • Loading branch information
Yummy-Yums authored Feb 12, 2025
1 parent 39aea37 commit 8d8e6a4
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/hyperledger/identus-mediator:${MEDIATOR_VERSION:-latest}
image: docker.io/hyperledgeridentus/identus-mediator:${MEDIATOR_VERSION:-latest}
ports:
- "8080:8080"
environment:
Expand Down

0 comments on commit 8d8e6a4

Please sign in to comment.