Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2025-02-07 13:09:16 +01:00
parent c4685066f8
commit e9e3bcd53f
18 changed files with 158 additions and 90 deletions

View File

@@ -0,0 +1,8 @@
services:
kiwix:
image: offlineinternet/kiwix
ports:
- '8888:8080'
volumes:
- "./data/dumps:/data"
- "./data:/more-data"