mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-04 03:45:59 -04:00
Update docker-compose.yml to use ghcr.io image
This commit is contained in:
parent
4cf2f4f2c9
commit
7f9bf58742
@ -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…
x
Reference in New Issue
Block a user