Kiwix back and running with easy .zim management

This commit is contained in:
2026-01-25 15:33:28 +02:00
parent 018aec959c
commit 90f98742f9

View File

@@ -0,0 +1,13 @@
services:
kiwix-serve:
ports:
- 8008:8080
image: ghcr.io/kiwix/kiwix-serve:latest
# uncomment next 4 lines to use it with local zim file in /tmp/zim
volumes:
- ./zim:/data
command:
- '*.zim'
# uncomment next 2 lines to use it with remote zim file
# environment:
# - 'DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim'