fix docker compose port allocation for local dev (#117)

change docker compose port to right prometheus port
This commit is contained in:
Nicholas Dujay
2022-08-09 17:15:34 -04:00
committed by GitHub
parent 65c32ad9fb
commit 014628d6e0

View File

@@ -14,4 +14,4 @@ services:
- "${PWD}/examples/docker/pgcat.toml:/etc/pgcat/pgcat.toml"
ports:
- "6432:6432"
- "9090:9090"
- "9930:9930"