0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-18 21:48:04 +02:00

Merge branch 'nextcloud:master' into docs-update

This commit is contained in:
Kaloyan Nikolov 2025-03-11 13:09:39 +02:00 committed by GitHub
commit b672195d06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -157,7 +157,7 @@ See:
To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) (aka. `occ` command):
```console
$ docker exec --user www-data CONTAINER_ID php occ
$ docker exec -it --user www-data CONTAINER_ID php occ
```
or for docker compose:
```console