Skip to content

Commit

Permalink
feat: update freescout
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Nov 5, 2023
1 parent dcdb4e9 commit 0d837e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stacks/freescout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'

services:
web:
image: tiredofit/freescout:${VERSION:-1.15.16}
image: tiredofit/freescout:${VERSION:-php7.4-1.17.42}
volumes:
- ${VOLUME_PATH}data:/data
- ${VOLUME_PATH}logs:/www/logs
Expand All @@ -18,8 +18,8 @@ services:
- SITE_URL=${SCHEME-https}://${DOMAIN:-freescout.localhost}
- ADMIN_EMAIL=${ADMIN_EMAIL:[email protected]}
- ADMIN_PASS=${ADMIN_PASSWORD:-myp@ssw0rd}
- ENABLE_SSL_PROXY=TRUE
- DISPLAY_ERRORS=FALSE
- ENABLE_SSL_PROXY=${ENABLE_SSL_PROXY:-true}
- DISPLAY_ERRORS=${DISPLAY_ERRORS:-false}
- TIMEZONE=Europe/Paris
deploy:
labels:
Expand Down

0 comments on commit 0d837e9

Please sign in to comment.