From c05f2ddfb3a53277d4a4eca14d3eaa71ce5145e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:50:29 +0000 Subject: [PATCH] Build App list and docs --- pi-hosted_template/template/portainer-v2.json | 2 +- template/portainer-v2-amd64.json | 2 +- template/portainer-v2-arm32.json | 2 +- template/portainer-v2-arm64.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 90b75ff..e6783b9 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -2301,7 +2301,7 @@ "container": "/www/assets" }, { - "bind": "/portainer/Files/AppData/Config/Homer", + "bind": "/portainer/Files/AppData/Config/Homer/config.yml", "container": "/www/config.yml" } ] diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index e9c56eb..1056c0f 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -2642,7 +2642,7 @@ "container": "/www/assets" }, { - "bind": "/portainer/Files/AppData/Config/Homer", + "bind": "/portainer/Files/AppData/Config/Homer/config.yml", "container": "/www/config.yml" } ] diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index 90b75ff..e6783b9 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -2301,7 +2301,7 @@ "container": "/www/assets" }, { - "bind": "/portainer/Files/AppData/Config/Homer", + "bind": "/portainer/Files/AppData/Config/Homer/config.yml", "container": "/www/config.yml" } ] diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index c475629..4dd87f1 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -2666,7 +2666,7 @@ "container": "/www/assets" }, { - "bind": "/portainer/Files/AppData/Config/Homer", + "bind": "/portainer/Files/AppData/Config/Homer/config.yml", "container": "/www/config.yml" } ]