Files
SelfStack/inprep/kiwix/docker-compose.yml
2025-07-10 09:44:49 -05:00

13 lines
415 B
YAML

services:
kiwix-serve:
ports:
- 2013:8080
image: ghcr.io/kiwix/kiwix-serve:latest
# uncomment next 4 lines to use it with local zim file in /tmp/zim
# volumes:
# - /tmp/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'