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": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data/database",
|
||||
"containerPath": "/app/database/",
|
||||
"hostPath": "${APP_DATA_DIR}/data/database/database.sqlite",
|
||||
"containerPath": "/app/database/database.sqlite",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue