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:
parent
73949fe23a
commit
c351ce76ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue