Skip to content

Commit c465836

Browse files
committed
docker: add forward-host env variable to backend container
1 parent 1b16756 commit c465836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ services:
6363
- SENDER_EMAIL=${SENDER_EMAIL}
6464
- SENDER_NAME=${SENDER_NAME}
6565
- BRAND=${BRAND}
66+
- FORWARD_HOST=${FORWARD_HOST}
6667
extra_hosts:
6768
- "${EXTRA_HOSTS}"
6869
healthcheck:

0 commit comments

Comments
 (0)