Skip to content

Commit fc7a7e4

Browse files
authored
Update docker-compose.yml
fix BASE_URL
1 parent aa944da commit fc7a7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/send/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
volumes:
1414
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/send/uploads:/uploads
1515
environment:
16-
- BASE_URL=send.ptf.one # The HTTPS URL where traffic will be served
16+
- BASE_URL=https://send.example.com # The HTTPS URL where traffic will be served; protocol handler (http/https) is mandatory
1717
- PORT=1234
1818
- REDIS_HOST=redis
1919
# For local uploads storage
@@ -49,4 +49,4 @@ services:
4949

5050
#networks:
5151
# proxy:
52-
# external: true
52+
# external: true

0 commit comments

Comments
 (0)