Update filenames

This commit is contained in:
2026-02-24 19:24:05 +05:30
parent 0e85234631
commit 9fe8704abe
5 changed files with 0 additions and 0 deletions

17
kiwix/compose.yaml Normal file
View File

@@ -0,0 +1,17 @@
services:
kiwix:
container_name: kiwix
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:9bffd4f940645d4d518f137e87b7865d3d0ef30f6c13fbe4a3b9e747be3cd1ad
restart: unless-stopped
command:
- '*.zim'
volumes:
- ${DATA_PATH}:/data
ports:
- ${PORT}:8080
networks:
- frontend
networks:
frontend:
external: true