Update compose.yaml
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- LEAFWIKI_JWT_SECRET=${JWT}
|
- LEAFWIKI_JWT_SECRET=${JWT}
|
||||||
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
|
- 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:
|
volumes:
|
||||||
- /opt/08_reading/leafwiki:/app/data
|
- /opt/08_reading/leafwiki:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user