Skip to content

Commit 0d837e9

Browse files
committed
feat: update freescout
1 parent dcdb4e9 commit 0d837e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stacks/freescout.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3.8'
44

55
services:
66
web:
7-
image: tiredofit/freescout:${VERSION:-1.15.16}
7+
image: tiredofit/freescout:${VERSION:-php7.4-1.17.42}
88
volumes:
99
- ${VOLUME_PATH}data:/data
1010
- ${VOLUME_PATH}logs:/www/logs
@@ -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)