mirror of
https://github.com/QingdaoU/OnlineJudgeDeploy.git
synced 2024-12-27 23:11:51 +00:00
add /dev/shm to tmpfs
to avoid python subprocess issues
This commit is contained in:
parent
4aff6aae54
commit
3baae4ed45
@ -34,6 +34,7 @@ services:
|
||||
- /tmp
|
||||
- /judger_run:exec,mode=777
|
||||
- /spj:exec,mode=777
|
||||
- /dev/shm:mode=777
|
||||
volumes:
|
||||
- $PWD/data/backend/test_case:/test_case:ro
|
||||
- $PWD/data/judge_server:/log
|
||||
|
Loading…
Reference in New Issue
Block a user