0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
nextcloud-docker/9.0/apache
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
..
docker-entrypoint.sh Adds version 9.0 2017-01-21 15:22:59 +00:00
Dockerfile Dockerfile: use correct VOLUMEs 2017-01-25 02:03:34 +11:00