Update docker-compose.yml to use ghcr.io image

pull/617/head
Graham Moss 3 years ago committed by GitHub
parent 4cf2f4f2c9
commit 7f9bf58742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save