remove cpu_quota

the max cpu_quota is not 100000 under some system, so remove it temporarily
This commit is contained in:
李扬 2016-11-15 14:04:00 +08:00 committed by GitHub
parent 0cf81ff8d8
commit a7973090ff

View File

@ -2,7 +2,6 @@ version: "2"
services: services:
judge_server: judge_server:
image: qduoj/judge_server image: qduoj/judge_server
cpu_quota: 90000
read_only: true read_only: true
cap_drop: cap_drop:
- SETPCAP - SETPCAP