remove 9090:9090 port map

This commit is contained in:
Adil Hafeez 2025-05-16 22:54:44 -07:00
parent 80b4ce4245
commit 0a69fc2398
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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)]