diff options
Diffstat (limited to 'public/v2/apps/filestash.json')
| -rw-r--r-- | public/v2/apps/filestash.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/public/v2/apps/filestash.json b/public/v2/apps/filestash.json index 5801c23..e621f83 100644 --- a/public/v2/apps/filestash.json +++ b/public/v2/apps/filestash.json @@ -9,9 +9,7 @@ "$$cap_appname": { "image": "machines/filestash:$$cap_filestash_version", "containerHttpPort": "8334", - "volumes": [ - "$$cap_appname-app-data-state:/app/data/state" - ], + "volumes": ["$$cap_appname-app-data-state:/app/data/state"], "restart": "always" } } @@ -20,7 +18,8 @@ "start": "Filestash is a modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...", "end": "Filestash is deployed and available as srv-captain--$$cap_appname-db:8334 to other apps." }, - "variables": [{ + "variables": [ + { "id": "$$cap_filestash_version", "label": "Filestash Version", "defaultValue": "b7b45f2", |
