Merge pull request #20 from outis1one/claude/cleanup-setup-webui-bCgPE

Claude/cleanup setup webui b cg pe
This commit is contained in:
Outis
2026-03-21 14:54:51 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -934,7 +934,7 @@ ${OLLAMA_VOLUME_LINE}
container_name: kiwix
restart: unless-stopped
ports:
- "0.0.0.0:8181:8080"
- "0.0.0.0:8181:80"
volumes:
- $KIWIX_DIR:/data
entrypoint: ["sh", "-c"]
+1 -1
View File
@@ -622,7 +622,7 @@ services:
image: ghcr.io/kiwix/kiwix-serve:latest
container_name: kiwix
restart: unless-stopped
ports: ["0.0.0.0:8181:8080"]
ports: ["0.0.0.0:8181:80"]
volumes: [$BASE/kiwix:/data]
entrypoint: ["sh", "-c"]
command: ["ls /data/*.zim >/dev/null 2>&1 && exec kiwix-serve /data/*.zim || { echo 'No ZIM files in /data yet - sleeping. Add .zim files and restart kiwix.'; exec sleep infinity; }"]