Parcourir la source

Fixed typo in FoundryVTT Env Variables (#119)

Chris P il y a 3 ans
Parent
commit
0ef0a5cbc1
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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",