Skip to content

Commit

Permalink
Enable the metrics endpoint inside Docker.build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Jan 2, 2021
1 parent 6436a09 commit f9eb4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ ARG NETWORK=Mainnet

RUN printf "[consensus]\n" >> /zebrad.toml
RUN printf "checkpoint_sync = ${CHECKPOINT_SYNC}\n" >> /zebrad.toml
RUN printf "[metrics]\n" >> /zebrad.toml
RUN printf "endpoint_addr = '0.0.0.0:9999'\n" >> /zebrad.toml
RUN printf "[network]\n" >> /zebrad.toml
RUN printf "network = '${NETWORK}'\n" >> /zebrad.toml
RUN printf "[state]\n" >> /zebrad.toml
Expand Down

0 comments on commit f9eb4a2

Please sign in to comment.