Skip to content

Commit 04ceb6b

Browse files
authored
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 nextcloud/docker#1896 (comment) Signed-off-by: Thore Goebel <33295590+thgoebel@users.noreply.github.com>
1 parent 755d24f commit 04ceb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ that adding an additional volume for /tmp speeds things up and eases the burden
101101
...
102102
volumes:
103103
- type: tmpfs
104-
target: /tmp
104+
target: /tmp:exec
105105
...
106106
...
107107
```

0 commit comments

Comments
 (0)