Skip to content

Commit c355abc

Browse files
authored
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.
1 parent 80f033e commit c355abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ services:
1010
volumes:
1111
- ./data/piston:/piston
1212
tmpfs:
13-
- /piston/jobs:exec
13+
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
1414
- /tmp:exec

0 commit comments

Comments
 (0)