Skip to content

Commit 7d4c8be

Browse files
authored
revert ENV changes to Dockerfile (#8389)
Signed-off-by: Sally MacFarlane <[email protected]>
1 parent d8844a6 commit 7d4c8be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ COPY --chown=besu:besu besu /opt/besu/
3434
EXPOSE 8545 8546 8547 8550 8551 30303
3535

3636
# defaults for host interfaces
37-
ENV BESU_RPC_HTTP_HOST="0.0.0.0"
38-
ENV BESU_RPC_WS_HOST="0.0.0.0"
39-
ENV BESU_GRAPHQL_HTTP_HOST="0.0.0.0"
40-
ENV BESU_PID_PATH="/tmp/pid"
37+
ENV BESU_RPC_HTTP_HOST 0.0.0.0
38+
ENV BESU_RPC_WS_HOST 0.0.0.0
39+
ENV BESU_GRAPHQL_HTTP_HOST 0.0.0.0
40+
ENV BESU_PID_PATH "/tmp/pid"
4141

4242
ENV OTEL_RESOURCE_ATTRIBUTES="service.name=besu,service.version=$VERSION"
4343

0 commit comments

Comments
 (0)