add /dev/shm to tmpfs

to avoid python subprocess issues
This commit is contained in:
李扬 2018-02-01 22:13:53 +08:00 committed by GitHub
parent 4aff6aae54
commit 3baae4ed45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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