Update docker-compose.yml

fix BASE_URL
This commit is contained in:
LRVT 2023-11-08 11:44:45 +01:00 committed by GitHub
parent aa944da7f6
commit fc7a7e4c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ services:
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/send/uploads:/uploads
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
- REDIS_HOST=redis
# For local uploads storage
@ -49,4 +49,4 @@ services:
#networks:
# proxy:
# external: true
# external: true