Skip to content

Commit abd36a9

Browse files
committedJan 22, 2025
fix port
1 parent ff80949 commit abd36a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎maybe/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
POSTGRES_USER: ${POSTGRES_USER}
1818
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
1919
ports:
20-
- 5433:5433
20+
- 5433:5432
2121
healthcheck:
2222
test: [ "CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB" ]
2323
interval: 5s

0 commit comments

Comments
 (0)
Please sign in to comment.