diff --git a/.gitea/workflows/db.yaml b/.gitea/workflows/db.yaml index 77c47be..d762216 100644 --- a/.gitea/workflows/db.yaml +++ b/.gitea/workflows/db.yaml @@ -24,7 +24,7 @@ jobs: --health-retries 5 ports: # Maps tcp port 5432 on service container to the host - - 5432:5432 + - 5433:5432 steps: # Downloads a copy of the code in your repository before running CI tests