diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cc59a8d..50db713 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -145,7 +145,6 @@ jobs: docker run -d \ --name convertit-staging \ --restart unless-stopped \ - -p 8080:8080 \ --memory=1g \ --cpus=1.0 \ --health-cmd="curl -f http://localhost:8080/health || exit 1" \ @@ -154,7 +153,7 @@ jobs: --health-retries=3 \ --health-start-period=60s \ -e ASPNETCORE_ENVIRONMENT=Staging \ - -e ASPNETCORE_URLS="http://+:8080" \ + -e ASPNETCORE_URLS="http://+:8082" \ -e DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ -e DOTNET_USE_POLLING_FILE_WATCHER=true \ -e DOTNET_EnableDiagnostics=0 \