Browse Source

Fix container policy attribute typo. (#458)

Eduard Kapoun 1 year ago
parent
commit
eb795f81fb
2 changed files with 2 additions and 2 deletions
  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": [
 		"30000:30000/tcp"
 	],
-	"restart_polocy": "unless-stopped",
+	"restart_policy": "unless-stopped",
 	"title": "FoundryVTT Server",
 	"type": 1,
 	"volumes": [

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

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