Mount external files into nextcloud

Means some bits can live outside the nextcloud dir
This commit is contained in:
Jake Howard 2020-10-10 18:01:27 +01:00
parent b8ea056455
commit 30baed441e
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -13,6 +13,7 @@ services:
- ./config.php:/config/www/nextcloud/config/config.php
- /srv/nextcloud-data/data:/data
- /mnt/media:/content:ro
- /mnt/tank/files:/mnt/files
restart: unless-stopped
depends_on:
- mariadb