changed app linkace: changed sqlite volume config
This commit is contained in:
parent
0f8b7e9b72
commit
afd67669cb
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"hostPath": "${APP_DATA_DIR}/data/database",
|
"hostPath": "${APP_DATA_DIR}/data/database/database.sqlite",
|
||||||
"containerPath": "/app/database/",
|
"containerPath": "/app/database/database.sqlite",
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue