发布时间: 2022-9-21 文章作者: myluzh 分类名称: NOTE 朗读文章
# 1.进如nextcloud目录 cd /html/nextcloud # 2.使用occ命令更新文件 php occ files:scan --all
# 1.进如nextcloud docker容器
docker exec -it nextcloud bash
# 2.进如nextcloud目录
cd /var/www/html
# 3.更改权限
chown root:root config/config.php
# 4.更新文件
php occ files:scan --all
# 5.更改权限
chown www-data:www-data config/config.php
发表评论