Explorar el Código

Fix container policy attribute typo. (#458)

Eduard Kapoun hace 1 año
padre
commit
eb795f81fb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      template/apps/foundryvtt-server.json
  2. 1 1
      template/apps/minecraft-server.json

+ 1 - 1
template/apps/foundryvtt-server.json

@@ -36,7 +36,7 @@
 	"ports": [
 	"ports": [
 		"30000:30000/tcp"
 		"30000:30000/tcp"
 	],
 	],
-	"restart_polocy": "unless-stopped",
+	"restart_policy": "unless-stopped",
 	"title": "FoundryVTT Server",
 	"title": "FoundryVTT Server",
 	"type": 1,
 	"type": 1,
 	"volumes": [
 	"volumes": [

+ 1 - 1
template/apps/minecraft-server.json

@@ -22,7 +22,7 @@
 	"ports": [
 	"ports": [
 		"25565:25565/tcp"
 		"25565:25565/tcp"
 	],
 	],
-	"restart_polocy": "unless-stopped",
+	"restart_policy": "unless-stopped",
 	"title": "Minecraft Server",
 	"title": "Minecraft Server",
 	"type": 1,
 	"type": 1,
 	"volumes": [
 	"volumes": [