From 2b8e59f092d2c99d18e9626a7e8e4e4da8a3be9f Mon Sep 17 00:00:00 2001 From: llwaini <2027095114@qq.com> Date: Mon, 22 Aug 2022 14:17:25 +0800 Subject: [PATCH] change host --- Apps/Sickchill/appfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Sickchill/appfile.json b/Apps/Sickchill/appfile.json index 2e52bb6..a9d0a48 100644 --- a/Apps/Sickchill/appfile.json +++ b/Apps/Sickchill/appfile.json @@ -36,7 +36,7 @@ "privileged": false, "network_model": "bridge", "web_ui": { - "http": "8084", + "http": "8081", "path": "" }, "health_check": "", @@ -63,7 +63,7 @@ "ports": [ { "container": "8081", - "host": "8084", + "host": "8081", "type": "tcp", "allocation": "automatic", "configurable": "no",