Merge pull request 'fix: ajustar porta' (#19) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 53s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/19
This commit is contained in:
ricardo 2025-05-28 02:00:35 +00:00
commit 65f681a35a

View File

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