1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

update nextcloud doc

This commit is contained in:
kev 2016-11-03 11:07:14 +08:00
parent 776408a7db
commit ce44efc087

@ -30,8 +30,19 @@ nginx:
```bash
$ docker-compose up -d
$ docker-compose exec --user www-data nextcloud bash
>>> php occ files:scan --all
Starting scan for user 1 out of 1 (admin)
+---------+-------+--------------+
| Folders | Files | Elapsed time |
+---------+-------+--------------+
| 10 | 21 | 00:00:00 |
+---------+-------+--------------+
>>> exit
```
You can use the [occ][2] admin tool.
## Client Setup
- Android: <https://download.nextcloud.com/android/>
@ -39,3 +50,4 @@ $ docker-compose up -d
- Windows: <https://download.nextcloud.com/desktop/releases/Windows/>
[1]: https://nextcloud.com/
[2]: https://docs.nextcloud.com/server/9/admin_manual/configuration_server/occ_command.html