10 lines
222 B
YAML
10 lines
222 B
YAML
services:
|
|
kiwix-serve:
|
|
image: ghcr.io/kiwix/kiwix-serve:latest
|
|
container_name: kiwix
|
|
ports:
|
|
- "${PORT:-8027}:8080"
|
|
volumes:
|
|
- "${ZIM_PATH:?}:/data"
|
|
command:
|
|
- '*.zim' |