Skip to content

Commit f48567c

Browse files
Run update.sh
1 parent 8ff09a1 commit f48567c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

owncloud/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ For fine grained data persistence, you can use 3 volumes, as shown below.
6969

7070
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.
7171

72+
## Using `occ`
73+
74+
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:
75+
76+
```console
77+
$ docker exec -u www-data some-owncloud php occ status
78+
```
79+
7280
## ... via [`docker-compose`](https://github.com/docker/compose)
7381

7482
Example `docker-compose.yml` for `owncloud`:

0 commit comments

Comments
 (0)