Skip to content

Commit 1a070b9

Browse files
committed
build: update postgres service port mapping in docker-compose.yml
1 parent 5f24fd0 commit 1a070b9

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
@@ -63,7 +63,7 @@ services:
6363
postgres:
6464
image: postgres:15-alpine
6565
ports:
66-
- "5432"
66+
- "54322:5432"
6767
environment:
6868
- POSTGRES_DB=${POSTGRES_DB:-openlearn}
6969
- POSTGRES_USER=${POSTGRES_USER:-postgres}

0 commit comments

Comments
 (0)