lriley06 I want to use mailcow with an nginx container as a reverse proxy and have added the nginx-mailcow container to my custom docker network so it can be accessed from the reverse proxy. How can I ensure that the nginx-mailcow does not have any port bindings added to it?
lriley06 After a bit of digging, it seems that the only way to do this is manually editing the docker-compose file and deleting the ports section from the nginx-mailcow service
xofolowski Hm, I think a better approach is actually described in the docs: https://docs.mailcow.email/post_installation/firststeps-rp/ HTH