FIX: nextcloud config mount path in docker-compose.yml

This commit is contained in:
Shihaam Abdul Rahman 2022-10-08 03:05:45 +05:00
parent b1c83b2941
commit c7af24868b
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -8,7 +8,7 @@ services:
- ./configs/init:/root/init
- ./configs/etc/nginx:/etc/nginx
- ./configs/etc/php:/etc/php
- ./var/www/html/config:var/www/html/config
- ./configs/var/www/html/config:var/www/html/config
- ./nextcloud:/var/www/html
- ./logs:/root/logs
ports: