mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove 9090:9090 port map
This commit is contained in:
parent
80b4ce4245
commit
0a69fc2398
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ def docker_start_archgw_detached(
|
|||
port_mappings = [
|
||||
f"{prompt_gateway_port}:{prompt_gateway_port}",
|
||||
f"{llm_gateway_port}:{llm_gateway_port}",
|
||||
"9090:9090",
|
||||
"9901:19901",
|
||||
]
|
||||
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