Update docker/arrs/docker-compose.yml
This commit is contained in:
parent
42ce711b21
commit
29950793a7
1 changed files with 9 additions and 0 deletions
|
@ -218,6 +218,15 @@ services:
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
kiwix:
|
||||||
|
command: '"*.zim"'
|
||||||
|
image: ghcr.io/kiwix/kiwix-serve:3.7.0
|
||||||
|
ports:
|
||||||
|
- '8080:8080'
|
||||||
|
volumes:
|
||||||
|
- '/docker/appdata/wiki:/data'
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: arrs_default
|
name: arrs_default
|
||||||
|
|
Loading…
Reference in a new issue