Skip to content

Commit

Permalink
Merge pull request #125 from SADiLaR/build/pass-allowed-hosts
Browse files Browse the repository at this point in the history
build: pass ALLOWED_HOSTS env var to app
  • Loading branch information
Restioson authored Oct 3, 2024
2 parents 7865e43 + 496edfe commit 9e7ba39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ services:
- EMAIL_PORT=${EMAIL_PORT-"none"}
- EMAIL_BACKEND_CONSOLE=${EMAIL_BACKEND_CONSOLE:-True}
- EMAIL_USE_TLS=${EMAIL_USE_TLS:-True}
- ALLOWED_HOSTS=${ALLOWED_HOSTS-}

0 comments on commit 9e7ba39

Please sign in to comment.