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
Josh
f91e4275c1
Merge 9f1ec22140 into 86ab9d769c 2025-03-03 05:12:23 +00:00
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 -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