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

Compare commits

..

No commits in common. "b672195d06e6995ca67781049ad2d7ac7dd310ec" and "af6f79462b38f5516f5e33c23a9aa1fbc6daf155" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,9 @@ contact_links:
- name: 🐳 Docker Forum
url: https://forums.docker.com/
about: Ask a question, get assistance or start a discussion regarding Docker
- name: 🐛 Bug Report - Nextcloud Server
- name: 🐛 Bug Report: Nextcloud Server
url: https://github.com/nextcloud/server/issues/new/choose
about: Report a bug in Nextcloud Server
- name: Enhancement Idea - Nextcloud Server
- name: Enhancement Idea: Nextcloud Server
url: https://github.com/nextcloud/server/issues/new/choose
about: Suggest an enhancement idea for Nextcloud Server

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