From f48567c753ce39eb61791e89686b5ab04fc742d7 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 5 Apr 2017 14:32:36 -0700 Subject: [PATCH] Run update.sh --- owncloud/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/owncloud/README.md b/owncloud/README.md index 6fa18b311..8c575de65 100644 --- a/owncloud/README.md +++ b/owncloud/README.md @@ -69,6 +69,14 @@ For fine grained data persistence, you can use 3 volumes, as shown below. When using the 6.0 image, you need to map the host port to the container port that apache listens on when going through the installation wizard. By default, this is port 80. +## Using `occ` + +The [`occ` tool from upstream](https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html) is simplest to use via `docker exec`, similar to the example provided there: + +```console +$ docker exec -u www-data some-owncloud php occ status +``` + ## ... via [`docker-compose`](https://github.com/docker/compose) Example `docker-compose.yml` for `owncloud`: