Skip to content

Commit

Permalink
Fix container policy attribute typo. (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduKap committed Aug 1, 2023
1 parent 940995e commit eb795f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/apps/foundryvtt-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ports": [
"30000:30000/tcp"
],
"restart_polocy": "unless-stopped",
"restart_policy": "unless-stopped",
"title": "FoundryVTT Server",
"type": 1,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion template/apps/minecraft-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ports": [
"25565:25565/tcp"
],
"restart_polocy": "unless-stopped",
"restart_policy": "unless-stopped",
"title": "Minecraft Server",
"type": 1,
"volumes": [
Expand Down

0 comments on commit eb795f8

Please sign in to comment.