修复docker tmpfs中没有可执行权限的问题

This commit is contained in:
virusdefender 2016-10-13 22:20:30 +08:00
parent 52e0a5714a
commit 37ad55248a

View File

@ -6,8 +6,8 @@ services:
read_only: true
tmpfs:
- /tmp
- /judger_run
- /spj
- /judger_run:exec,mode=777
- /spj:exec,mode=777
volumes:
- /data/JudgeServer/tests/test_case:/test_case:ro
- /data/log:/log