README UPDATE: mount nextcloud apps in separate folder

This commit is contained in:
Shihaam Abdul Rahman 2022-11-04 22:34:51 +05:00
parent d46d637ac0
commit 73c89e982c
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56

View File

@ -14,8 +14,9 @@ services:
- ./configs/etc/nginx:/etc/nginx
- ./configs/etc/php:/etc/php
- ./configs/var/www/html/config:/var/www/html/config
- ./nextcloud:/var/www/html
- ./logs:/root/logs
- ./nextcloud:/var/www/html
- ./nextcloud-apps:/var/www/html/apps
- /mnt/hdd/nextcloud-data:/var/www/html/data #CHANGE MOUNT POINT FOR THIS
ports:
- 8000:80