I can enable auto-restart with --restart=always, but after I stop the container, how do I turn off that attribute?
--restart=always
I normally run a webserver and typica
You can start your container with --restart=unless-stopped.
--restart=unless-stopped