0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-19 18:36:09 +02:00

Merge branch 'nextcloud:master' into docs-update

This commit is contained in:
Kaloyan Nikolov 2025-03-11 13:09:39 +02:00 committed by GitHub
commit b672195d06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,9 @@ contact_links:
- name: 🐳 Docker Forum - name: 🐳 Docker Forum
url: https://forums.docker.com/ url: https://forums.docker.com/
about: Ask a question, get assistance or start a discussion regarding Docker 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 url: https://github.com/nextcloud/server/issues/new/choose
about: Report a bug in Nextcloud Server 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 url: https://github.com/nextcloud/server/issues/new/choose
about: Suggest an enhancement idea for Nextcloud Server 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): 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