How can I update nginx.conf without resetting it on rebuild?

You have to use replace commands in your app.yml to make the edits to the config files as part of the build process. There’s lots of examples in the discourse_docker repo.

7 Likes