We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e465a88 commit 0e51e4bCopy full SHA for 0e51e4b
stacks/freescout.yml
@@ -18,8 +18,8 @@ services:
18
- SITE_URL=${SCHEME-https}://${DOMAIN:-freescout.localhost}
19
- ADMIN_EMAIL=${ADMIN_EMAIL:[email protected]}
20
- ADMIN_PASS=${ADMIN_PASSWORD:-myp@ssw0rd}
21
- - ENABLE_SSL_PROXY=TRUE
22
- - DISPLAY_ERRORS=FALSE
+ - ENABLE_SSL_PROXY=${ENABLE_SSL_PROXY:-true}
+ - DISPLAY_ERRORS=${DISPLAY_ERRORS:-false}
23
- TIMEZONE=Europe/Paris
24
deploy:
25
labels:
0 commit comments