株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

dockerの場合、-u 33を着けてといわれる。
バージョンは29

docker-compose exec -u 33 app php /var/www/html/occ files:scan --all

実行結果

[root@nextcloud ~]# docker-compose exec -u 33 app php /var/www/html/occ files:scan --all
WARN[0000] /root/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
Starting scan for user 1 out of 1 (yuta)
+---------+-------+-----+---------+---------+--------+--------------+
| Folders | Files | New | Updated | Removed | Errors | Elapsed time |
+---------+-------+-----+---------+---------+--------+--------------+
| 5       | 44    | 0   | 0       | 0       | 0      | 00:00:01     |
+---------+-------+-----+---------+---------+--------+--------------+

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)