Skip to content

Commit 2394a05

Browse files
authored
Fix Docker Compose to use correct args for CI (#582)
1 parent 78c8686 commit 2394a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161

6262
quest:
6363
image: ghcr.io/parseablehq/quest:main
64-
command: ["load", "http://parseable:8000", "parseableadmin", "parseableadmin", "20"]
64+
command: ["load", "http://parseable:8000", "parseableadmin", "parseableadmin", "20", "10", "5m", "http://minio:9000", "parseable", "supersecret", "parseable"]
6565
networks:
6666
- parseable-internal
6767
depends_on:

0 commit comments

Comments
 (0)