From 04ceb6b8a82a9a2c8d692e9cc1b51b2c4bcb3999 Mon Sep 17 00:00:00 2001 From: Thore Goebel <33295590+thgoebel@users.noreply.github.com> Date: Mon, 26 Jun 2023 07:22:58 +0100 Subject: [PATCH] Add exec flag to tmpfs Many people who are using Docker also user the Code Server for Nextcloud Office. This requires tmp to be executable. See https://github.com/nextcloud/docker/issues/1896#issuecomment-1606731735 Signed-off-by: Thore Goebel <33295590+thgoebel@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7765c24f..134ca846 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ that adding an additional volume for /tmp speeds things up and eases the burden ... volumes: - type: tmpfs - target: /tmp + target: /tmp:exec ... ... ```