mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Don't include the tmpfs in the docker volume
This commit is contained in:
parent
5526071f00
commit
07ec6b3f78
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
ports:
|
||||
- 2000:2000
|
||||
volumes:
|
||||
- ./data/piston:/piston
|
||||
- ./data/piston/packages:/piston/packages
|
||||
tmpfs:
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
|
||||
- /tmp:exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue