diff --git a/compose.yaml b/compose.yaml index 4e5786d..733ae67 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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