mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08: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:
|
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
|
||||||
@ -24,4 +23,4 @@ services:
|
|||||||
- service_discovery_url=https://virusdefender.net/service.php
|
- service_discovery_url=https://virusdefender.net/service.php
|
||||||
- service_url=http://1.2.3.4:12358
|
- service_url=http://1.2.3.4:12358
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:12358:8080"
|
- "0.0.0.0:12358:8080"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user