소스 검색

Fix container policy attribute typo. (#458)

Eduard Kapoun 1 년 전
부모
커밋
eb795f81fb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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": [