瀏覽代碼

Fixed typo in FoundryVTT Env Variables (#119)

Chris P 3 年之前
父節點
當前提交
0ef0a5cbc1
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pi-hosted_template/template/portainer-v2.json

+ 3 - 1
pi-hosted_template/template/portainer-v2.json

@@ -325,7 +325,9 @@
 					"name": "FOUNDRY_ADMIN_KEY"
 				},
 				{
-					"CONTAINER_PRESERVE_CONFIG": "true"
+					"label": "CONTAINER_PRESERVE_CONFIG",
+					"name": "CONTAINER_PRESERVE_CONFIG",
+					"set": "true"
 				}
 			],
 			"restart_polocy": "unless-stopped",