Services:
ownCloudimage: https://hub.docker.com/r/owncloud/serverMariaDBimage: https://hub.docker.com/r/yobasystems/alpine-mariadbKeyDBimage: 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 upmake updatemake down