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

Merge pull request #2547 from SirRGB/master

docs: update occ link
This commit is contained in:
Josh 2026-03-24 10:48:23 -04:00 committed by GitHub
commit 09d8d0d6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
```