change Sabnzbd host
This commit is contained in:
parent
1d2aaa860b
commit
3679592536
|
@ -38,7 +38,7 @@
|
|||
"privileged": false,
|
||||
"network_model": "bridge",
|
||||
"web_ui": {
|
||||
"http": "8089",
|
||||
"http": "8080",
|
||||
"path": ""
|
||||
},
|
||||
"health_check": "",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"ports": [
|
||||
{
|
||||
"container": "8080",
|
||||
"host": "8089",
|
||||
"host": "8080",
|
||||
"type": "tcp",
|
||||
"allocation": "automatic",
|
||||
"configurable": "no",
|
||||
|
|
Loading…
Reference in New Issue