Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
fix BASE_URL
  • Loading branch information
l4rm4nd authored Nov 8, 2023
1 parent aa944da commit fc7a7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/send/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,4 +49,4 @@ services:

#networks:
# proxy:
# external: true
# external: true

0 comments on commit fc7a7e4

Please sign in to comment.