We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdb4e9 commit 0d837e9Copy full SHA for 0d837e9
stacks/freescout.yml
@@ -4,7 +4,7 @@ version: '3.8'
4
5
services:
6
web:
7
- image: tiredofit/freescout:${VERSION:-1.15.16}
+ image: tiredofit/freescout:${VERSION:-php7.4-1.17.42}
8
volumes:
9
- ${VOLUME_PATH}data:/data
10
- ${VOLUME_PATH}logs:/www/logs
@@ -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