This commit is contained in:
Thomas Bishop 2025-05-05 18:05:02 +01:00
commit 366f1c5fc5

View file

@ -6,8 +6,10 @@ services:
ports:
- 8004:3000
restart: unless-stopped
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: