mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user