refactor (service): use local mount for Wakapi sqlite
This commit is contained in:
parent
0cacd0ad79
commit
2d5cf13b6b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storagebox_alpha/wakapi/data:/data # bind mount, no need to add named vol
|
- /data/sqlite/wakapi:/data # bind mount, no need to add named vol
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Add table
Reference in a new issue