Fixed jsreport volume
This commit is contained in:
parent
b27a254e67
commit
5a136cbd1e
|
|
@ -7,8 +7,7 @@
|
||||||
"$$cap_appname": {
|
"$$cap_appname": {
|
||||||
"image": "jsreport/jsreport:$$cap_jsreport_version",
|
"image": "jsreport/jsreport:$$cap_jsreport_version",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"$$cap_appname-db-data:/data/db",
|
"$$cap_appname-data:/jsreport"
|
||||||
"$$cap_appname-db-config:/data/configdb"
|
|
||||||
],
|
],
|
||||||
"restart": "always",
|
"restart": "always",
|
||||||
"containerHttpPort": "5488",
|
"containerHttpPort": "5488",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue