mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
correctly map envoy stats to host (#484)
host port 19901 -> envoy container port 9901
This commit is contained in:
parent
a0d10153f9
commit
21faae605f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def docker_start_archgw_detached(
|
|||
port_mappings = [
|
||||
f"{prompt_gateway_port}:{prompt_gateway_port}",
|
||||
f"{llm_gateway_port}:{llm_gateway_port}",
|
||||
"9901:19901",
|
||||
"19901:9901",
|
||||
]
|
||||
port_mappings_args = [item for port in port_mappings for item in ("-p", port)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue