Skip to content

Commit

Permalink
Add exec flag to tmpfs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thgoebel authored Jun 26, 2023
1 parent 755d24f commit 04ceb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
...
```
Expand Down

0 comments on commit 04ceb6b

Please sign in to comment.