I’ve looked through forum a bit but can’t find it. If I want to start a second instance of discourse on my docker install, should be it enough to copy/paste app.yml to say app2.yml, change the hostname, expose settings (we use nginx in front of it) and the host paths?
Note that I don’t want to mess with my existing install, I just want another one next to it, if possible.
Depending on what you are after (do you want to share plugins or not). If you need a second dedicated instance with different plugins you will need to expose a different port from the new container and then run a load balancer in front like HAProxy.