Added formatter

This commit is contained in:
Kasra Bigdeli
2020-06-23 18:57:05 -04:00
parent f431362499
commit b0dd2e829f
84 changed files with 2422 additions and 2549 deletions

View File

@ -21,9 +21,7 @@
"CMD [\"/usr/sbin/sshd\", \"-D\"]"
],
"ports": ["$$cap_sshd_port:22"],
"volumes": [
"$$cap_appname-data:/data"
],
"volumes": ["$$cap_appname-data:/data"],
"restart": "always",
"environment": {}
}
@ -49,4 +47,4 @@
"validRegex": "/^\\d+$/"
}
]
}
}