Skip to content

Commit ccbe992

Browse files
authored
Update docker-compose.yml
add DETECT_BASE_URL
1 parent 007a36c commit ccbe992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/send/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ services:
1515
#- ./logo.png:/app/dist/mylogo.png:ro # pass custom logo into the container
1616
environment:
1717
- NODE_ENV=production # default is development
18-
- BASE_URL=https://send.example.com # The HTTPS URL where traffic will be served; protocol handler (http/https) is mandatory
18+
- DETECT_BASE_URL=true
19+
#- BASE_URL=https://send.example.com # optional; if used then protocol handler (http/https) is mandatory
1920
- PORT=1234
2021
- REDIS_HOST=redis
2122
# For local uploads storage

0 commit comments

Comments
 (0)