From 36795925369dd991ee5401bf68623ca21a1beed9 Mon Sep 17 00:00:00 2001 From: llwaini <2027095114@qq.com> Date: Mon, 22 Aug 2022 13:59:43 +0800 Subject: [PATCH] change Sabnzbd host --- Apps/Sabnzbd/appfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Sabnzbd/appfile.json b/Apps/Sabnzbd/appfile.json index dd366ab..998f0fc 100644 --- a/Apps/Sabnzbd/appfile.json +++ b/Apps/Sabnzbd/appfile.json @@ -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",