refactor (service): use local mount for Wakapi sqlite

This commit is contained in:
thomasabishop 2025-05-05 17:00:56 +00:00
parent 0cacd0ad79
commit 2d5cf13b6b

View file

@ -9,7 +9,7 @@ services:
networks:
- web
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:
web: