Skip to content

Commit b63274b

Browse files
committed
Allow connecting to dockerized dev pgcat from the host
1 parent e279723 commit b63274b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ x-common-env-pg:
2626
services:
2727
main:
2828
image: kubernetes/pause
29+
ports:
30+
- 6432
2931

3032
pg1:
3133
<<: *common-definition-pg

0 commit comments

Comments
 (0)