Skip to content

Commit 8ce499e

Browse files
authored
Update docker-compose.yaml checker error solved
1 parent 1ca1d2a commit 8ce499e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

checker/docker-compose.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ services:
2424
nproc:
2525
soft: 4000
2626
hard: 4000
27-
deploy:
28-
resources:
29-
limits:
30-
cpus: '2.0'
31-
memory: 2G
27+
3228
# The python checkerlib requires a mongo db!
3329
facepalm-mongo:
3430
image: mongo
@@ -50,8 +46,3 @@ services:
5046
nproc:
5147
soft: 4000
5248
hard: 4000
53-
deploy:
54-
resources:
55-
limits:
56-
cpus: '2.0'
57-
memory: 2G

0 commit comments

Comments
 (0)