We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff80949 commit abd36a9Copy full SHA for abd36a9
maybe/docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
POSTGRES_USER: ${POSTGRES_USER}
18
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
19
ports:
20
- - 5433:5433
+ - 5433:5432
21
healthcheck:
22
test: [ "CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB" ]
23
interval: 5s
0 commit comments