Skip to content

Commit 24c533e

Browse files
committed
ci: change dockerport on job
1 parent 1be8421 commit 24c533e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-e POSTGRES_DB=workmate \
5858
-e POSTGRES_USER=workmate \
5959
-e POSTGRES_PASSWORD=workmate \
60-
-p 5432:5432 postgres:16
60+
-p 55432:5432 postgres:16
6161
echo "Waiting for Postgres..."
6262
for i in {1..90}; do
6363
docker exec workmate-db pg_isready -U workmate -d workmate >/dev/null 2>&1 && { echo "Postgres ready"; break; }

0 commit comments

Comments
 (0)