We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa944da commit fc7a7e4Copy full SHA for fc7a7e4
examples/send/docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
volumes:
14
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/send/uploads:/uploads
15
environment:
16
- - BASE_URL=send.ptf.one # The HTTPS URL where traffic will be served
+ - BASE_URL=https://send.example.com # The HTTPS URL where traffic will be served; protocol handler (http/https) is mandatory
17
- PORT=1234
18
- REDIS_HOST=redis
19
# For local uploads storage
@@ -49,4 +49,4 @@ services:
49
50
#networks:
51
# proxy:
52
-# external: true
+# external: true
0 commit comments