Mount external files into nextcloud
Means some bits can live outside the nextcloud dir
This commit is contained in:
parent
b8ea056455
commit
30baed441e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ services:
|
||||||
- ./config.php:/config/www/nextcloud/config/config.php
|
- ./config.php:/config/www/nextcloud/config/config.php
|
||||||
- /srv/nextcloud-data/data:/data
|
- /srv/nextcloud-data/data:/data
|
||||||
- /mnt/media:/content:ro
|
- /mnt/media:/content:ro
|
||||||
|
- /mnt/tank/files:/mnt/files
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
Loading…
Reference in a new issue