Skip to content

Commit

Permalink
Merge pull request #2981 from nextcloud/enh/noid/make-tmp-a-tmpfs
Browse files Browse the repository at this point in the history
nextcloud container - make /tmp a tmpfs
  • Loading branch information
szaimen authored Jul 20, 2023
2 parents 9cdcb6b + d2be89c commit c7363d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
3 changes: 3 additions & 0 deletions php/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
],
"networks": [
"nextcloud-aio"
],
"tmpfs": [
"/tmp"
]
},
{
Expand Down

0 comments on commit c7363d9

Please sign in to comment.