correctly map stats port to host

This commit is contained in:
Adil Hafeez 2024-11-27 11:25:07 -08:00
parent adec02e742
commit 13edb571b8

View file

@ -32,7 +32,7 @@ def start_archgw_docker(client, arch_config_file, env):
"10001/tcp": 10001,
"11000/tcp": 11000,
"12000/tcp": 12000,
"19901/tcp": 19901,
"9901/tcp": 19901,
},
volumes={
f"{arch_config_file}": {