È necessario ricostruire l'immagine Docker di Discourse per correggere l'ID e-mail dello sviluppatore?

Part of implementing discourse I have configured app.yml file as per the instruction from github page. Discourse is working fine. However Later I realized that there was spelling mistake in mail id that I provided and I am stuck as the admin account registration intimation will be sent to this email id.

Should I rebuild the docker image once again for changing mail ID ? Or is there any other options available ?

Change the setting in app.yml and rebuild, yes.

./launcher destroy app
./launcher start app

should do the trick, but rebuild is safest

1 Mi Piace

This topic was automatically closed after 3172 days. New replies are no longer allowed.