0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-19 13:58:05 +02:00

Compare commits

..

1 commit

Author SHA1 Message Date
Kaloyan Nikolov
3b205305e6
Merge af6f79462b into 73949fe23a 2025-03-07 08:11:00 +01:00

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): To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) (aka. `occ` command):
```console ```console
$ docker exec -it --user www-data CONTAINER_ID php occ $ docker exec --user www-data CONTAINER_ID php occ
``` ```
or for docker compose: or for docker compose:
```console ```console