Fixed share mapping

This commit is contained in:
2024-09-02 14:35:04 +03:00
parent a3a1ab6d2b
commit aaf976f4db
+5 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "Hass n8n", "name": "Hass n8n",
"version": "1.56.2.1", "version": "1.56.2.2",
"slug": "hass-n8n", "slug": "hass-n8n",
"description": "Self host your n8n instance", "description": "Self host your n8n instance",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
@@ -9,7 +9,10 @@
"icon": "ico.png", "icon": "ico.png",
"logo": "ico.png", "logo": "ico.png",
"webui": "[PROTO:protocol]://[HOST]:[PORT:5678]/", "webui": "[PROTO:protocol]://[HOST]:[PORT:5678]/",
"map": ["ssl", "share"], "map": [
"share:rw",
"ssl:rw"
],
"apparmor": true, "apparmor": true,
"ports": { "ports": {
"5678/tcp": 5678 "5678/tcp": 5678