mount /tmp as tmpfs in container
This commit is contained in:
parent
7da1a7dce8
commit
724cbbaa9b
|
@ -11,3 +11,4 @@ services:
|
||||||
- ./data/piston:/piston
|
- ./data/piston:/piston
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /piston/jobs:exec
|
- /piston/jobs:exec
|
||||||
|
- /tmp
|
||||||
|
|
Loading…
Reference in New Issue