1
0
mirror of https://github.com/nextcloud/docker.git synced 2026-05-04 19:56:47 +02:00

docs: update occ link

Signed-off-by: SirRGB <sirrgb@proton.me>
This commit is contained in:
SirRGB 2026-03-14 19:20:35 +01:00
parent 803d941dcb
commit ce22ef5162
No known key found for this signature in database
GPG Key ID: 87052F52D0B053D9

View File

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