Actualizar docker-compose.yml

Cambio en el puerto
This commit is contained in:
2025-07-08 15:44:03 +00:00
parent 60d2f431bd
commit fb9a3d6fc1

View File

@@ -2,7 +2,7 @@ services:
web:
build: ./app
ports:
- "5080:5000"
- "5000:5000"
volumes:
- ./app/downloads:/app/downloads
container_name: yt-downloader