0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
Commit graph

8 commits

Author SHA1 Message Date
Aleksa Sarai
4eacdfd848
Dockerfile: use correct VOLUMEs
The persistent data is just the contents of config/ (configuration),
apps/ (installed apps), and data/ (user data). The source code should
not be made into a volume because it will cause persistence issues when
you try to update an image.

Currently the existing setup means that standard Docker-style updates
(where you start a new Docker image) won't actually update the source
code -- causing confusion and other issues.

This matches how ownCloud's setup works as well.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2017-01-25 02:03:34 +11:00
Jonathan Hunter
073f63a6b2 Changes to README
Update text to resolve PR#11
2017-01-21 23:14:59 +00:00
Marc Brückner
bc52d7d146 Updated image source to show the logo in Dockerhub 2016-10-07 13:51:26 +02:00
Marc Brückner
1541a2568f Added update infos 2016-09-07 12:17:24 +02:00
Marc Brückner
fae7c1ee5e Update README.md
Updated description of the image.
2016-09-07 11:07:40 +02:00
Pierre Ozoux
0f6b04926e remove reference to version 2016-09-02 14:07:01 +01:00
Pierre Ozoux
7176040a30 Update information for running with fpm. closes #2 2016-08-06 08:27:54 +01:00
pierreozoux
8fa384bcd6 first commit 2016-07-30 15:30:52 +01:00