summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-07-01 09:46:50 +0200
committerGitHub <noreply@github.com>2017-07-01 09:46:50 +0200
commitabd27936d39b9657155c5c7e9f512fa259a7a529 (patch)
tree5d14985d2eaced506fbd83ba51693a56bcd95c95 /README.md
parenta08a16c37ede0b4c32feab5f436d317079f87d88 (diff)
Add docker-compose occ example
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd3bb7b5..b388466a 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,10 @@ To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/
```console
$ docker exec --user www-data CONTAINER_ID php occ
```
-
+or for docker-compose:
+```console
+$ docker-compose exec --user www-data app php occ
+```
# 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.