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:
commit
b672195d06
2 changed files with 3 additions and 3 deletions
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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