final i think
This commit is contained in:
parent
3eda84c327
commit
4587c41f2b
@ -18,5 +18,8 @@ cp -rv default_configs/var/www/html/config/ /var/www/html/
|
||||
mkdir -pv /root/logs/nginx
|
||||
mkdir -pv /root/logs/php-fpm
|
||||
mkdir -pv /root/logs/nextcloud
|
||||
|
||||
mkdir /tmp/nextcloudtemp
|
||||
chmod -R 777 /tmp/nextcloudtemp
|
||||
chown -R www-data:www-data /root/logs/nextcloud/
|
||||
chown -R www-data:www-data /var/www/html/
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,7 @@ services:
|
||||
- ./configs/var/www/html/config:/var/www/html/config
|
||||
- ./nextcloud:/var/www/html
|
||||
- ./logs:/root/logs
|
||||
- /mnt/hdd/nextcloud-data:/var/www/html/data #CHANGE MOUNT POINT FOR THIS
|
||||
ports:
|
||||
- 8000:80
|
||||
#########################
|
||||
|
Loading…
x
Reference in New Issue
Block a user