Skip to content

Commit 2bdc510

Browse files
Add debug flag to test docker compose file
1 parent 9773282 commit 2bdc510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/e2e/directives/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
/gobin/dgraph ${COVERAGE_OUTPUT} alpha --telemetry "reports=false; sentry=false;"
3838
--zero=zero1:5080 --expose_trace --profile_mode block --block_rate 10 --logtostderr -v=2
3939
--my=alpha1:7080 --security "whitelist=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16;" --graphql
40-
"lambda-url=http://lambda:8686/graphql-worker;" --trace "ratio=1.0;"
40+
"lambda-url=http://lambda:8686/graphql-worker; debug=true;" --trace "ratio=1.0;"
4141

4242
lambda:
4343
image: dgraph/dgraph-lambda:latest

0 commit comments

Comments
 (0)