From b96775f1edb770d93ff0c4a5e0958112d4c601c0 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 20 Apr 2024 20:06:13 -0400 Subject: [PATCH] Modify port mapping --- .gitea/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d51d841..aea6aa3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,10 +29,7 @@ jobs: --health-timeout 5s --health-retries 5 ports: - - target: 5432 - published: 8301 - protocol: tcp - mode: overlay + - "8301:5432" env: BITBADGER__DOCUMENTS__POSTGRES__DBPORT: 8301