We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8844a6 commit 7d4c8beCopy full SHA for 7d4c8be
docker/Dockerfile
@@ -34,10 +34,10 @@ COPY --chown=besu:besu besu /opt/besu/
34
EXPOSE 8545 8546 8547 8550 8551 30303
35
36
# 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"
+ENV BESU_RPC_HTTP_HOST 0.0.0.0
+ENV BESU_RPC_WS_HOST 0.0.0.0
+ENV BESU_GRAPHQL_HTTP_HOST 0.0.0.0
+ENV BESU_PID_PATH "/tmp/pid"
41
42
ENV OTEL_RESOURCE_ATTRIBUTES="service.name=besu,service.version=$VERSION"
43
0 commit comments