mirror of https://github.com/kiwix/kiwix-tools.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
431 B
15 lines
431 B
version: '3.3'
|
|
services:
|
|
kiwix-serve:
|
|
ports:
|
|
- 8080: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'
|