mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 18:56:30 +00:00
fix docker compose port allocation for local dev (#117)
change docker compose port to right prometheus port
This commit is contained in:
@@ -14,4 +14,4 @@ services:
|
|||||||
- "${PWD}/examples/docker/pgcat.toml:/etc/pgcat/pgcat.toml"
|
- "${PWD}/examples/docker/pgcat.toml:/etc/pgcat/pgcat.toml"
|
||||||
ports:
|
ports:
|
||||||
- "6432:6432"
|
- "6432:6432"
|
||||||
- "9090:9090"
|
- "9930:9930"
|
||||||
|
|||||||
Reference in New Issue
Block a user