Skip to content

Commit

Permalink
Revert "Opt out of EventStoreDB telemetry within docker-compose"
Browse files Browse the repository at this point in the history
This reverts commit 4ddf4ea.

This seems to make older eventstore versions error out because they
don't know about the new option.
  • Loading branch information
the-mikedavis committed Mar 18, 2024
1 parent bbbd803 commit a08dfa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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 a08dfa9

Please sign in to comment.