소스 검색

Build App list and docs

github-actions[bot] 2 년 전
부모
커밋
c05f2ddfb3
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      pi-hosted_template/template/portainer-v2.json
  2. 1 1
      template/portainer-v2-amd64.json
  3. 1 1
      template/portainer-v2-arm32.json
  4. 1 1
      template/portainer-v2-arm64.json

+ 1 - 1
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"
 				}
 			]

+ 1 - 1
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"
 				}
 			]

+ 1 - 1
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"
 				}
 			]

+ 1 - 1
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"
 				}
 			]