Note Phoenix over 2GB memory usage in Docker

ENV ERL_MAX_PORTS=1024 The maximum number of Erlang ports are being allocated, causing dramatic memory usage. Limiting the max number of ports should drop memory usage from >2GB to <200MB https://elixirforum.com/t/elixir-erlang-docker-containers-ram-usage-on-different-oss-kernels/57251