Merge pull request #20 from outis1one/claude/cleanup-setup-webui-bCgPE
Claude/cleanup setup webui b cg pe
This commit is contained in:
@@ -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
@@ -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; }"]
|
||||
|
||||
Reference in New Issue
Block a user