Fix container policy attribute typo.

This commit is contained in:
Eduard Kapoun 2023-07-30 15:07:16 +02:00
parent 940995ee52
commit b14357bed9
2 changed files with 2 additions and 2 deletions

View file

@ -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": [

View file

@ -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": [