Nextcloud-Docker/10.0/fpm
Tobias Brunner bd3fc10d7d
update directory permissions to be compatible with non-root
This commit updates the directory permissions to be more compatible when
running the image without root f.e. on OpenShift or when specifying it
when running with `docker run --user www-data:root ...`.
It adds detection logic to the entrypoint script as sudo is not always
allowed.

This change in directory permissions was also proposed by the official
documentation, see https://github.com/nextcloud/documentation/commit/22e2530.

The `chown` before the volume definition is needed to prepare the volume
as it inherits the permissions.

refs https://github.com/nextcloud/docker/issues/107
2017-08-14 19:05:25 +02:00
..
config Add apcu.config.php 2017-07-01 15:06:05 +02:00
Dockerfile update directory permissions to be compatible with non-root 2017-08-14 19:05:25 +02:00
docker-entrypoint.sh update directory permissions to be compatible with non-root 2017-08-14 19:05:25 +02:00