diff options
Diffstat (limited to 'public/v2/apps/shopware.json')
| -rw-r--r-- | public/v2/apps/shopware.json | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/public/v2/apps/shopware.json b/public/v2/apps/shopware.json index bfdd039..c1594b1 100644 --- a/public/v2/apps/shopware.json +++ b/public/v2/apps/shopware.json @@ -9,9 +9,7 @@ "$$cap_appname-db": { "image": "mysql:5.7", "notExposeAsWebApp": "true", - "volumes": [ - "$$cap_appname-db-data:/var/lib/mysql" - ], + "volumes": ["$$cap_appname-db-data:/var/lib/mysql"], "restart": "always", "environment": { "MYSQL_ROOT_PASSWORD": "$$cap_db_pass", @@ -21,9 +19,7 @@ } }, "$$cap_appname-shopware": { - "depends_on": [ - "$$cap_appname-db" - ], + "depends_on": ["$$cap_appname-db"], "image": "shyim/shopware:$$cap_sw_version", "restart": "always", "environment": { @@ -113,4 +109,4 @@ "defaultValue": "shopware" } ] -}
\ No newline at end of file +} |
