Update compose.yaml

This commit is contained in:
2026-07-01 16:39:27 +02:00
parent f915ca3319
commit 888bcf2a5d
+1 -1
View File
@@ -40,7 +40,7 @@ services:
environment:
- LEAFWIKI_JWT_SECRET=${JWT}
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
- LEAFWIKI_ALLOW_INSECURE=true # Required for plain HTTP. Omit for HTTPS (ensure `X-Forwarded-Proto: https` is forwarded).
- LEAFWIKI_ALLOW_INSECURE=true
volumes:
- /opt/08_reading/leafwiki:/app/data
restart: unless-stopped