From 1655eb3dff412ec86dfe75fe11634cf510e7b8e9 Mon Sep 17 00:00:00 2001 From: JohnGuan Date: Tue, 10 Jan 2023 11:04:17 +0800 Subject: [PATCH] Fix n8n path --- Apps/N8n/appfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/N8n/appfile.json b/Apps/N8n/appfile.json index babf76c..abcfb2f 100644 --- a/Apps/N8n/appfile.json +++ b/Apps/N8n/appfile.json @@ -61,7 +61,7 @@ "volumes": [ { - "container": "/.n8n", + "container": "/home/node/.n8n", "host": "/DATA/AppData/$AppID/.n8n", "mode": "rw", "allocation": "automatic",