Skip to content

Commit 014628d

Browse files
authored
fix docker compose port allocation for local dev (#117)
change docker compose port to right prometheus port
1 parent 65c32ad commit 014628d

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
@@ -14,4 +14,4 @@ services:
1414
- "${PWD}/examples/docker/pgcat.toml:/etc/pgcat/pgcat.toml"
1515
ports:
1616
- "6432:6432"
17-
- "9090:9090"
17+
- "9930:9930"

0 commit comments

Comments
 (0)