mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
update nextcloud doc
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user