Skip to content

soltanoff/pi-owncloud-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published