Skip to content
Snippets Groups Projects

build: docker image and compose file

Merged pini requested to merge docker into master
  1. Jan 17, 2022
    • Gilles Filippini's avatar
      build (docker): entrypoint: --unsafe-ws-external · 2b7d6d82
      Gilles Filippini authored
      Using `--unsafe-ws-external` because `--ws-external` cannot be used alongside
      `--validator`.
      
          --unsafe-ws-external
              Listen to all Websocket interfaces.
      
              Same as `--ws-external` but doesn't warn you about it.
      
          --ws-external
              Listen to all Websocket interfaces.
      
              Default is local. Note: not all RPC methods are safe to be exposed publicly. Use an RPC proxy server to
              filter out dangerous methods. More details: <https://docs.substrate.io/v3/runtime/custom-rpcs/#public-rpcs>.
              Use `--unsafe-ws-external` to suppress the warning if you understand the risks.
      2b7d6d82
  2. Jan 16, 2022
Loading