mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
docs: Add hint for using the ownCloud Console
This commit is contained in:
parent
58b8d16719
commit
a08a16c37e
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ $ docker run -d nextcloud \
|
||||||
-v theme:/var/www/html/themes/<YOUR_CUSTOM_THEME>
|
-v theme:/var/www/html/themes/<YOUR_CUSTOM_THEME>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Using the Nextcloud command-line interface
|
||||||
|
To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/occ_command.html) (aka. `occ` command):
|
||||||
|
```console
|
||||||
|
$ docker exec --user www-data CONTAINER_ID php occ
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Running this image with docker-compose
|
# Running this image with docker-compose
|
||||||
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.
|
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.
|
||||||
|
|
Loading…
Reference in a new issue