Skip to content

Commit 381748f

Browse files
committed
Export port 5432 on postgres to external traffic
1 parent b440326 commit 381748f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ services:
2424
POSTGRES_DB: $POSTGRES_DB
2525
POSTGRES_HOST_AUTH_METHOD: $POSTGRES_HOST_AUTH_METHOD
2626
container_name: postgres_db
27+
ports:
28+
- "5432:5432"
2729
jwt_nginx:
2830
image: lewisemm/vistagrid-nginx:v1.24.0
2931
build:

0 commit comments

Comments
 (0)