Skip to content

Commit

Permalink
Opt out of EventStoreDB telemetry within docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Feb 6, 2024
1 parent 3eb8c00 commit 4ddf4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
environment:
- EVENTSTORE_START_STANDARD_PROJECTIONS=True
- EVENTSTORE_RUN_PROJECTIONS=All
- EVENTSTORE_TELEMETRY_OPTOUT=true
volumes:
- spear_eventstore:/var/lib/eventstore
- ./eventstoredb:/etc/eventstore:ro
Expand Down

0 comments on commit 4ddf4ea

Please sign in to comment.