change Sabnzbd host
This commit is contained in:
parent
1d2aaa860b
commit
3679592536
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue