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": [
|
"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": [
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue