Enable the metrics endpoint inside Docker.build by default
This commit is contained in:
parent
6436a09be6
commit
f9eb4a28df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue