Update docker-compose.yml

This commit is contained in:
Roman Kelesidis 2025-08-21 19:52:05 +03:00
commit 3c194c0180
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -5,8 +5,7 @@ services:
dockerfile: Dockerfile
container_name: torrentpier-app
ports:
- "${TP_PORT:-80}:80"
- "${SSL_PORT:-443}:443"
- "${TP_PORT:-80}:${TP_PORT:-80}"
env_file:
- .env
volumes: