Merge pull request 'fix: ajuste de porta' (#14) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m29s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/14
This commit is contained in:
ricardo 2025-05-28 01:19:06 +00:00
commit 5867a882c6

View File

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