Files
docker-compose/kiwix/compose.yaml
T

18 lines
362 B
YAML
Raw Normal View History

2025-12-30 17:05:05 +05:30
services:
kiwix:
container_name: kiwix
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:9bffd4f940645d4d518f137e87b7865d3d0ef30f6c13fbe4a3b9e747be3cd1ad
2025-12-30 17:05:05 +05:30
restart: unless-stopped
command:
- '*.zim'
volumes:
2026-02-18 21:34:59 +05:30
- ${DATA_PATH}:/data
2025-12-30 17:05:05 +05:30
ports:
- ${PORT}:8080
networks:
- frontend
networks:
frontend:
external: true