8 Commits

Author SHA1 Message Date
Berndinox
da78ba1175 Make Nextcloud Scaleable (#127)
* Add Session Save Path

* Update Dockerfile

* Make Nextcloud scaleable

* Use sed

* remove php.ini

* Update run.sh

* Update Dockerfile

* Update Dockerfile
2017-02-22 20:03:48 +01:00
Wonderfall
c482784782 nextcloud: fix, php 7.1, remove redis 2017-02-15 17:36:36 +01:00
Wonderfall
e3c4fa505b missing backslash ! 2017-02-15 15:13:09 +01:00
Lorenz Brun
4d8fa9ed40 Add CRON_MEMORY_LIMIT (#116) 2017-02-15 15:12:09 +01:00
Wonderfall
8ec09b74a0 nextcloud: fix #102 2017-01-22 02:48:30 +01:00
Wonderfall
33a9a79065 nextcloud: fix chown (closes #89) 2017-01-17 19:22:57 +01:00
Conor Anderson
18d29d7dbf Be noisy about updating permissions
In #75, I mentioned that I was a little stumped why my Nextcloud container was showing a `502 Bad Gateway` error. In the end, it turned out that it was just updating the permissions in the container, which are set to `nobody:nogroup`, but need to be chowned to `991:991` when first starting a fresh container. This PR seeks to make that a little more obvious to the user, in case they choose to use `docker-compose logs -f nextcloud` or such.
2017-01-16 16:32:16 -05:00
Wonderfall
d2d24ee11c nexcloud: add 11.0 beta 2016-11-25 18:19:08 +00:00