correctly map stats port to host (#311)

This commit is contained in:
Adil Hafeez 2024-11-27 11:28:41 -08:00 committed by GitHub
parent adec02e742
commit ec5326250e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}": {