18 lines
376 B
YAML
18 lines
376 B
YAML
services:
|
|
kiwix:
|
|
container_name: kiwix
|
|
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:4e1a7264f2c8b9f7cf39eacf8dd0f6e107ccae9a952f459bdd0f674774bfc40f
|
|
restart: unless-stopped
|
|
command:
|
|
- '*.zim'
|
|
volumes:
|
|
- ${APPDATA_PATH}/kiwix/data:/data
|
|
ports:
|
|
- ${PORT}:8080
|
|
networks:
|
|
- frontend
|
|
|
|
networks:
|
|
frontend:
|
|
external: true
|