Skip to content

Commit

Permalink
Added log reloading to entrypoint. (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <[email protected]>
  • Loading branch information
DamianStraszak and Marcin-Radecki authored Mar 10, 2022
1 parent a1aa952 commit 238191e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ARGS=(
--no-mdns
--ws-max-connections "${WS_MAX_CONNECTIONS}"
--unsafe-ws-external --unsafe-rpc-external
--enable-log-reloading
)

if [[ -n "${BOOT_NODES:-}" ]]; then
Expand Down

0 comments on commit 238191e

Please sign in to comment.