We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387fd63 commit 77b5892Copy full SHA for 77b5892
docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
restart: always
11
# To run from this source code instead of Docker hub,
12
# disable "image:"" and enable "build:" below
13
- image: commonworkflowlanguage/cwlviewer:v1.2.1
+ image: commonworkflowlanguage/cwlviewer:v1.3.0
14
#build: .
15
ports:
16
- "8080:8080"
@@ -37,6 +37,7 @@ services:
37
mongo:
38
39
image: mongo:3.4
40
+ command: mongod --setParameter="internalQueryExecMaxBlockingSortBytes=335544320"
41
volumes:
42
- type: volume
43
source: mongo
0 commit comments