Skip to content

Commit

Permalink
chore: fix image addr in docker compose (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny authored Sep 23, 2024
1 parent d1b8331 commit 0a800b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- "9051:8080"

mist:
image: mist-id/mist:latest
image: ghcr.io/mist-id/mist:latest
ports:
- "9001:9001"
- "9002:9002"
Expand Down

0 comments on commit 0a800b5

Please sign in to comment.