Move nextcloud data dir to ZFS

This commit is contained in:
Jake Howard
2020-10-24 14:26:30 +01:00
parent 5eb3870fbe
commit ff72f5a25e
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ services:
restart: unless-stopped
volumes:
- "{{ app_data_dir }}/calibre:/config"
- /srv/nextcloud-data/data/jake/files/EBooks:/books:ro
- /mnt/tank/files/ebooks:/books:ro
labels:
- traefik.enable=true
- traefik.http.routers.calibre.rule=Host(`calibre.jakehoward.tech`)