Skip to content

Commit

Permalink
Add docker-compose comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal Lemire committed Nov 29, 2023
1 parent 3281291 commit d4a3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- --bridge-daemon-eth-rpc-endpoint
- "${ETH_RPC_ENDPOINT}"
- --maximum-daemon-unhealthy-seconds
- "4294967295"
- "4294967295" # Effectively disable the daemon monitor because bridge daemon is flaky in localnet.
environment:
# See https://docs.datadoghq.com/profiler/enabling/go/ for DD_ specific environment variables
- DD_ENV=localnet_${USER}
Expand Down

0 comments on commit d4a3839

Please sign in to comment.