From 5fa9b391ab5991a645f1a0c5cd28c47e89c26b1a Mon Sep 17 00:00:00 2001 From: John Guan Date: Wed, 18 Jan 2023 07:59:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(VoceChat):=20volumes=20and?= =?UTF-8?q?=20webui=20Modified=20data=20storage=20directory=20and=20port?= =?UTF-8?q?=20mapping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps/VoceChat/appfile.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Apps/VoceChat/appfile.json b/Apps/VoceChat/appfile.json index d80fe27..5c777b8 100644 --- a/Apps/VoceChat/appfile.json +++ b/Apps/VoceChat/appfile.json @@ -36,7 +36,7 @@ "privileged": false, "network_model": "bridge", "web_ui": { - "http": "3009", + "http": "3000", "path": "/" }, "health_check": "", @@ -60,12 +60,12 @@ ], "volumes": [ { - "container": "/db", - "host": "/DATA/AppData/$AppID/db", + "container": "/home/vocechat-server/data", + "host": "/DATA/AppData/$AppID/home/vocechat-server/data", "mode": "rw", "allocation": "automatic", "configurable": "no", - "description": "VoceChat DB" + "description": "VoceChat Data" } ], "devices": [],