- Running in OpenStack Cloud? Modify (or create – if it does not exist) the Docker daemon configuration file at /etc/docker/daemon.json and explicitly set the correct MTU size (accounting for the packet overhead). Details / Source
{ "mtu": 1450}
- Create .env.* files – refer to config/env/README.md
- .env.secrets
- .env.mail
- .env.dev
- .env.deploy
UNIX vs. TCP sockets: https://blog.myhro.info/2017/01/benchmarking-ip-and-unix-domain-sockets-for-real
Kudos to the following tutorials: