change host
This commit is contained in:
parent
8c027ba42e
commit
2b8e59f092
|
@ -36,7 +36,7 @@
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"network_model": "bridge",
|
"network_model": "bridge",
|
||||||
"web_ui": {
|
"web_ui": {
|
||||||
"http": "8084",
|
"http": "8081",
|
||||||
"path": ""
|
"path": ""
|
||||||
},
|
},
|
||||||
"health_check": "",
|
"health_check": "",
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"container": "8081",
|
"container": "8081",
|
||||||
"host": "8084",
|
"host": "8081",
|
||||||
"type": "tcp",
|
"type": "tcp",
|
||||||
"allocation": "automatic",
|
"allocation": "automatic",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
|
|
Loading…
Reference in New Issue