fix: ajustar porta #19

Merged
ricardo merged 1 commits from release/V1.0.0 into main 2025-05-28 02:00:35 +00:00
Showing only changes of commit dffae34b28 - Show all commits

View File

@ -100,7 +100,7 @@ jobs:
docker run -d \ docker run -d \
--name ytextractor-api \ --name ytextractor-api \
--restart unless-stopped \ --restart unless-stopped \
-p 8080:8080 \ -p 8082:8080 \
-e ASPNETCORE_ENVIRONMENT=Production \ -e ASPNETCORE_ENVIRONMENT=Production \
-v /tmp/ytextractor:/app/temp \ -v /tmp/ytextractor:/app/temp \
registry.redecarneir.us/ytextractor:latest registry.redecarneir.us/ytextractor:latest