/pi-owncloud-docker-compose

ownCloud docker compose stack for Raspberry PI 4+

Primary LanguageMakefileMIT LicenseMIT

ownCloud docker stack

Services:

Installation and upgrade guide: https://doc.owncloud.com/server/next/admin_manual/installation/docker

Setting up a stack

  • Set up your .env file (template .env-example)
    cp .env-example .env
  • Start building the stack and running it
    make build && make up

Starting a stack

make up

Updating a stack

make update

Stopping the stack (with --remove-orphans mode)

make down