final i think

This commit is contained in:
Shihaam Abdul Rahman 2022-10-08 04:29:17 +05:00
parent 3eda84c327
commit 4587c41f2b
Signed by: shihaam
GPG Key ID: 3B007D22E5584980
3 changed files with 4 additions and 2168 deletions

View File

@ -18,5 +18,8 @@ cp -rv default_configs/var/www/html/config/ /var/www/html/
mkdir -pv /root/logs/nginx mkdir -pv /root/logs/nginx
mkdir -pv /root/logs/php-fpm mkdir -pv /root/logs/php-fpm
mkdir -pv /root/logs/nextcloud 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 /root/logs/nextcloud/
chown -R www-data:www-data /var/www/html/ chown -R www-data:www-data /var/www/html/

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@ services:
- ./configs/var/www/html/config:/var/www/html/config - ./configs/var/www/html/config:/var/www/html/config
- ./nextcloud:/var/www/html - ./nextcloud:/var/www/html
- ./logs:/root/logs - ./logs:/root/logs
- /mnt/hdd/nextcloud-data:/var/www/html/data #CHANGE MOUNT POINT FOR THIS
ports: ports:
- 8000:80 - 8000:80
######################### #########################