Skip to content

Commit 774af67

Browse files
committed
feat: update PostgreSQL port mapping in docker-compose.yml
1 parent c0804b0 commit 774af67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
POSTGRES_PASSWORD: postgres
99
POSTGRES_DB: payload
1010
ports:
11-
- "6726:5432"
11+
- "5432:5432"
1212
volumes:
1313
- postgres_data:/var/lib/postgresql/data
1414
healthcheck:

0 commit comments

Comments
 (0)