Skip to content

Commit 080ca66

Browse files
Change docker-compose port to 5432 (#402)
Change the Postgres port number to the default `5432` in `docker-compose.yml`.
1 parent 6466b99 commit 080ca66

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
@@ -6,6 +6,6 @@ services:
66
- POSTGRES_USER=postgres
77
- POSTGRES_PASSWORD=postgres
88
ports:
9-
- '6432:5432'
9+
- '5432:5432'
1010
volumes:
1111
- /var/lib/postgresql/data

0 commit comments

Comments
 (0)