Files
docker-compose/kiwix/docker-compose.yml
2025-12-30 17:05:05 +05:30

18 lines
376 B
YAML

services:
kiwix:
container_name: kiwix
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:9dbbc25fb8a4e9daa01aa5f8305220acd745ef46ebaf24044659405c26d2a07a
restart: unless-stopped
command:
- '*.zim'
volumes:
- ${APPDATA_PATH}/kiwix/data:/data
ports:
- ${PORT}:8080
networks:
- frontend
networks:
frontend:
external: true