Skip to content

Commit 2b5f062

Browse files
committed
#424 Minor edits
1 parent c698e21 commit 2b5f062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- POSTGRES_USER=${POSTGRES_USER}
2828
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
2929
ports:
30-
- 5433:5432
30+
- "5433:5432"
3131
volumes:
3232
- ./data/pgdata:/var/lib/postgresql/data
3333

0 commit comments

Comments
 (0)