Skip to content

Commit

Permalink
Fix typo in container registry domain
Browse files Browse the repository at this point in the history
  • Loading branch information
p- committed Feb 9, 2023
1 parent 2ee30bd commit dbae650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
# dockerfile: docker/Dockerfile
# target: resolver
# CAUTION: Change IMAGE_VERSION to local in docker-compose.env if building your own image in section below
image: gchr.io/cheqd/did-resolver:${IMAGE_VERSION}
image: ghcr.io/cheqd/did-resolver:${IMAGE_VERSION}
ports:
- target: 8080
published: ${RESOLVER_PORT}
Expand Down

0 comments on commit dbae650

Please sign in to comment.