diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index ef9b69a9..8d643642 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -209,6 +209,7 @@ RUN set -ex; \ chown www-data:root -R /usr/src && \ chown www-data:root -R /usr/local/etc/php/conf.d && \ chown www-data:root -R /usr/local/etc/php-fpm.d && \ + chmod -R 777 /tmp; \ rm -r /usr/src/nextcloud/apps/updatenotification; \ \ mkdir -p /nc-updater; \ diff --git a/php/containers.json b/php/containers.json index 43d1488e..ce0f4d55 100644 --- a/php/containers.json +++ b/php/containers.json @@ -209,6 +209,9 @@ ], "networks": [ "nextcloud-aio" + ], + "tmpfs": [ + "/tmp" ] }, {