mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
Update docker-compose.yml
fix BASE_URL
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/send/uploads:/uploads
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/send/uploads:/uploads
|
||||||
environment:
|
environment:
|
||||||
- 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
|
||||||
- PORT=1234
|
- PORT=1234
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
# For local uploads storage
|
# For local uploads storage
|
||||||
@@ -49,4 +49,4 @@ services:
|
|||||||
|
|
||||||
#networks:
|
#networks:
|
||||||
# proxy:
|
# proxy:
|
||||||
# external: true
|
# external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user