change Sabnzbd host

This commit is contained in:
llwaini 2022-08-22 13:59:43 +08:00
parent 1d2aaa860b
commit 3679592536
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"privileged": false, "privileged": false,
"network_model": "bridge", "network_model": "bridge",
"web_ui": { "web_ui": {
"http": "8089", "http": "8080",
"path": "" "path": ""
}, },
"health_check": "", "health_check": "",
@ -65,7 +65,7 @@
"ports": [ "ports": [
{ {
"container": "8080", "container": "8080",
"host": "8089", "host": "8080",
"type": "tcp", "type": "tcp",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",