Skip to content

Commit 2995079

Browse files
author
mafyuh
committedJan 6, 2025
Update docker/arrs/docker-compose.yml
1 parent 42ce711 commit 2995079

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎docker/arrs/docker-compose.yml

+9
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,15 @@ services:
218218
- LOG_LEVEL=info
219219
restart: unless-stopped
220220

221+
kiwix:
222+
command: '"*.zim"'
223+
image: ghcr.io/kiwix/kiwix-serve:3.7.0
224+
ports:
225+
- '8080:8080'
226+
volumes:
227+
- '/docker/appdata/wiki:/data'
228+
229+
221230
networks:
222231
default:
223232
name: arrs_default

0 commit comments

Comments
 (0)
Please sign in to comment.