Skip to content

Commit 0e51e4b

Browse files
committed
feat: update freescout
1 parent e465a88 commit 0e51e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacks/freescout.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ services:
1818
- SITE_URL=${SCHEME-https}://${DOMAIN:-freescout.localhost}
1919
- ADMIN_EMAIL=${ADMIN_EMAIL:[email protected]}
2020
- ADMIN_PASS=${ADMIN_PASSWORD:-myp@ssw0rd}
21-
- ENABLE_SSL_PROXY=TRUE
22-
- DISPLAY_ERRORS=FALSE
21+
- ENABLE_SSL_PROXY=${ENABLE_SSL_PROXY:-true}
22+
- DISPLAY_ERRORS=${DISPLAY_ERRORS:-false}
2323
- TIMEZONE=Europe/Paris
2424
deploy:
2525
labels:

0 commit comments

Comments
 (0)