Merge pull request #617 from jgmoss/main

Update docker-compose.yml to use ghcr.io image
pull/618/head
Kelson 3 years ago committed by GitHub
commit a8a62aef74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ services:
kiwix-serve: kiwix-serve:
ports: ports:
- 8080:8080 - 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 # uncomment next 4 lines to use it with local zim file in /tmp/zim
# volumes: # volumes:
# - /tmp/zim:/data # - /tmp/zim:/data

Loading…
Cancel
Save