Merge pull request 'fix: tentar conectar via host' (#23) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 48s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/23
This commit is contained in:
ricardo 2025-05-28 02:47:51 +00:00
commit 79716452ff

View File

@ -101,6 +101,7 @@ jobs:
--name ytextractor-api \ --name ytextractor-api \
--restart unless-stopped \ --restart unless-stopped \
-p 8082:8080 \ -p 8082:8080 \
--network host \
-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