Skip to content

Commit

Permalink
Merge pull request #617 from jgmoss/main
Browse files Browse the repository at this point in the history
Update docker-compose.yml to use ghcr.io image
  • Loading branch information
kelson42 committed Apr 29, 2023
2 parents 4cf2f4f + 7f9bf58 commit a8a62ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
kiwix-serve:
ports:
- 8080:8080
image: kiwix/kiwix-serve
image: ghcr.io/kiwix/kiwix-serve:latest
# uncomment next 4 lines to use it with local zim file in /tmp/zim
# volumes:
# - /tmp/zim:/data
Expand Down

0 comments on commit a8a62ae

Please sign in to comment.