summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/jsreport.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/v2/apps/jsreport.json')
-rw-r--r--public/v2/apps/jsreport.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/public/v2/apps/jsreport.json b/public/v2/apps/jsreport.json
index 7c5f47b..5ced66b 100644
--- a/public/v2/apps/jsreport.json
+++ b/public/v2/apps/jsreport.json
@@ -8,9 +8,7 @@
"services": {
"$$cap_appname": {
"image": "jsreport/jsreport:$$cap_jsreport_version",
- "volumes": [
- "$$cap_appname-data:/jsreport"
- ],
+ "volumes": ["$$cap_appname-data:/jsreport"],
"restart": "always",
"containerHttpPort": "5488",
"environment": {
@@ -25,7 +23,8 @@
"start": "Reporting tools for creating PDF, HTMLS, Excel by converting your HTML + CSS + Javascript knowledge.",
"end": "Congratulations! You have the new jsReport instance running. Happy reporting!"
},
- "variables": [{
+ "variables": [
+ {
"id": "$$cap_jsreport_version",
"label": "version",
"defaultValue": "2.4.0-full",
@@ -51,5 +50,4 @@
"validRegex": "/^\\s*\\S.*$/"
}
]
-
-} \ No newline at end of file
+}