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
This commit is contained in:
Berndinox
2017-02-22 20:03:48 +01:00
committed by Wonderfall
parent 1f7b934d36
commit da78ba1175
3 changed files with 7 additions and 0 deletions

View File

@ -98,6 +98,7 @@ echo ";";
EOF
sed -i "s/localhost/$DOMAIN/g" /config/config.php
chown -R $UID:$GID /config /data
# Enable/disable apps. Note that this must be done after the ownCloud setup.
# The firstrunwizard gave Josh all sorts of problems, so disabling that.