change host

This commit is contained in:
llwaini 2022-08-22 14:17:25 +08:00
parent 8c027ba42e
commit 2b8e59f092
1 changed files with 2 additions and 2 deletions

View File

@ -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",