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 e465a88 commit 0e51e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/freescout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 0e51e4b

Please sign in to comment.