Stupid question, when using the community containers for a reverse proxy, e.g. the caddy one, do I still need to follow the reverse-proxy.md first and change the docker config of the mastercontainer be including for example
--env APACHE_PORT=11000 \
or do I use the standard AIO config and just install die community container?
I have my AIO instance currently running with a separate NPM docker container and want to switch to a community container. Hence I wonder if I have to change my master container’s config back to “standard” before installing the community container or just leave it as it is and install the community container.