Is there a way to disable autostart of Discourse (Docker)?
I’ve checked the forums and google but wasnt finding any answers.
We currently do not want discourse to auto-start when the server restarts.
Is there a way to disable autostart of Discourse (Docker)?
I’ve checked the forums and google but wasnt finding any answers.
We currently do not want discourse to auto-start when the server restarts.
Disclaimer: I’m not an expert. I relied on my Google-Fu and tried it.
docker update --restart=no app
Will do what you want. But I don’t know if this rule will be kept when Discourse (or Discourse_docker) is updated.
To reverse it:
docker update --restart=always app