Fix container policy attribute typo. (#458)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"ports": [
|
||||
"30000:30000/tcp"
|
||||
],
|
||||
"restart_polocy": "unless-stopped",
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "FoundryVTT Server",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"ports": [
|
||||
"25565:25565/tcp"
|
||||
],
|
||||
"restart_polocy": "unless-stopped",
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Minecraft Server",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
|
||||
Reference in New Issue
Block a user