Commit Graph

16 Commits

Author SHA1 Message Date
Tobias Brunner 6ed3dfe556
directory permissions for root group 2017-08-14 19:05:30 +02:00
Tilo Spannagel 7366057ce1
Move COPY back down 2017-08-14 19:05:30 +02:00
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
Tilo Spannagel 444cd43edf
Update redis to version 3.1.3 2017-08-07 16:39:35 +02:00
Tilo Spannagel 59da82a5b2
Add pcntl 2017-07-13 18:33:39 +02:00
Tilo Spannagel 40212aaa24
Move apps.config.php into config dir 2017-07-01 14:39:23 +02:00
Tilo Spannagel 0bd790309e
Use debMultiarch as libdir 2017-06-29 16:29:52 +02:00
Tilo Spannagel 72425854ac
Update memcached to version 3.0.3 2017-06-28 14:08:05 +02:00
Tilo Spannagel e144ba4787
Update redis to version 3.1.2 2017-06-28 13:36:10 +02:00
Tilo Spannagel ebda756330
Nextcloud 9 cleanup 2017-06-21 17:51:36 +02:00
Tilo Spannagel 72ef7897e6
Recommended opcache settings 2017-06-09 13:31:43 +02:00
Tilo Spannagel d253cc1171
strong permissions 2017-04-19 19:29:51 +02:00
Tilo Spannagel 07a10828d6
disable the updater 2017-04-18 09:05:53 +02:00
Tilo Spannagel fc384e6a7e
split app folder 2017-04-17 23:02:25 +02:00
Tilo Spannagel 055f5778e3
use rsync for upgrade 2017-04-17 22:53:39 +02:00
Tilo Spannagel 534665db85
Changed the php version back to 5.6 for nextcloud 9 and 10 2017-03-07 14:31:01 +01:00