Fix container policy attribute typo.
This commit is contained in:
parent
940995ee52
commit
b14357bed9
2 changed files with 2 additions and 2 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue