Services:
ownCloud
image: https://hub.docker.com/r/owncloud/serverMariaDB
image: https://hub.docker.com/r/yobasystems/alpine-mariadbKeyDB
image: https://hub.docker.com/r/eqalpha/keydb
Installation and upgrade guide: https://doc.owncloud.com/server/next/admin_manual/installation/docker
- Set up your .env file (template .env-example)
cp .env-example .env
- Start building the stack and running it
make build && make up
make up
make update
make down