Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 300 Bytes

Overview

Simple echo server Elixir project for test purposes.

Run

$> docker run \
    --name echo-service-elixir \
    --detach \
    --publish 4369:4369 \
    --net=host \
    --network="host" \
    xxlabaza/echo-service-elixir \
      --cookie=secret \
      --name=echo@{IP}