mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
nextcloud container - make tmp a tmpfs
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
70b46093ab
commit
d2be89c502
2 changed files with 4 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ RUN set -ex; \
|
||||||
chown www-data:root -R /usr/src && \
|
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/conf.d && \
|
||||||
chown www-data:root -R /usr/local/etc/php-fpm.d && \
|
chown www-data:root -R /usr/local/etc/php-fpm.d && \
|
||||||
|
chmod -R 777 /tmp; \
|
||||||
rm -r /usr/src/nextcloud/apps/updatenotification; \
|
rm -r /usr/src/nextcloud/apps/updatenotification; \
|
||||||
\
|
\
|
||||||
mkdir -p /nc-updater; \
|
mkdir -p /nc-updater; \
|
||||||
|
|
|
||||||
|
|
@ -209,6 +209,9 @@
|
||||||
],
|
],
|
||||||
"networks": [
|
"networks": [
|
||||||
"nextcloud-aio"
|
"nextcloud-aio"
|
||||||
|
],
|
||||||
|
"tmpfs": [
|
||||||
|
"/tmp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue