mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Fix #487
Permissions on the jobs directory allowed anyone to write into the directory - this commit simply allows only the `node` user to `rwx` on the jobs directory.
This commit is contained in:
parent
80f033ee6d
commit
c355abc4a7
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ services:
|
|||
volumes:
|
||||
- ./data/piston:/piston
|
||||
tmpfs:
|
||||
- /piston/jobs:exec
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
|
||||
- /tmp:exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue