18 lines
376 B
YAML
18 lines
376 B
YAML
services:
|
|
kiwix:
|
|
container_name: kiwix
|
|
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:9dbbc25fb8a4e9daa01aa5f8305220acd745ef46ebaf24044659405c26d2a07a
|
|
restart: unless-stopped
|
|
command:
|
|
- '*.zim'
|
|
volumes:
|
|
- ${APPDATA_PATH}/kiwix/data:/data
|
|
ports:
|
|
- ${PORT}:8080
|
|
networks:
|
|
- frontend
|
|
|
|
networks:
|
|
frontend:
|
|
external: true
|