mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 10:26:36 +02:00
correctly map stats port to host (#311)
This commit is contained in:
parent
adec02e742
commit
ec5326250e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue