fix[readme): Don't recommend nginx in docker-compose (#657)
Fixes an issue where we recommend adding TLS terminating Nginx into the docker-compose file. This is no longer recommended as we already have an nginx instance there for routing purposes.
Fixes #653.