make omada network host
This commit is contained in:
parent
d0cb65965d
commit
cfa0121853
2 changed files with 8 additions and 1 deletions
|
|
@ -17,6 +17,13 @@
|
|||
"/var/lib/omada/data:/opt/tplink/EAPController/data"
|
||||
"/var/lib/omada/logs:/opt/tplink/EAPController/logs"
|
||||
];
|
||||
ports = [
|
||||
"8088:8088"
|
||||
"8043:8043"
|
||||
];
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue