Skip to content

Commit

Permalink
Disable telemetry in CI (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Aug 29, 2024
1 parent 66d4d91 commit e90a658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
- --availability-zone=test2
- --bootstrap-role=materialize
- --system-parameter-default=max_tables=1000
environment:
MZ_NO_TELEMETRY: 1
ports:
- 6875:6875
- 6877:6877
Expand Down

0 comments on commit e90a658

Please sign in to comment.