0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

docs(README): Fix missing -it in non-Compose docker exec command

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-03-09 10:31:16 -04:00 committed by GitHub
parent 73949fe23a
commit c351ce76ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 --user www-data CONTAINER_ID php occ $ docker exec -it --user www-data CONTAINER_ID php occ
``` ```
or for docker compose: or for docker compose:
```console ```console