mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 21:31:43 +00:00
remove cpu_quota
the max cpu_quota is not 100000 under some system, so remove it temporarily
This commit is contained in:
parent
0cf81ff8d8
commit
a7973090ff
@ -2,7 +2,6 @@ version: "2"
|
||||
services:
|
||||
judge_server:
|
||||
image: qduoj/judge_server
|
||||
cpu_quota: 90000
|
||||
read_only: true
|
||||
cap_drop:
|
||||
- SETPCAP
|
||||
@ -24,4 +23,4 @@ services:
|
||||
- service_discovery_url=https://virusdefender.net/service.php
|
||||
- service_url=http://1.2.3.4:12358
|
||||
ports:
|
||||
- "0.0.0.0:12358:8080"
|
||||
- "0.0.0.0:12358:8080"
|
||||
|
Loading…
Reference in New Issue
Block a user