enclose boolean with string in docker-compose env

This commit is contained in:
Saw-jan
2022-05-19 16:50:10 +05:45
parent 8afbb703e2
commit ed79a20905
6 changed files with 11 additions and 9 deletions
@@ -60,7 +60,7 @@ services:
SETTINGS_GRPC_ADDR: 0.0.0.0:9191
# INSECURE: needed if oCIS / Traefik is using self generated certificates
OCIS_INSECURE: "${INSECURE:-false}"
GRAPH_LDAP_INSECURE: true # https://github.com/owncloud/ocis/issues/3812
GRAPH_LDAP_INSECURE: "true" # https://github.com/owncloud/ocis/issues/3812
# basic auth (not recommended, but needed for eg. WebDav clients that do not support OpenID Connect)
PROXY_ENABLE_BASIC_AUTH: "${PROXY_ENABLE_BASIC_AUTH:-false}"
# admin user password