Skip to content

Ensure your ownCloud server is always running

l3iggs edited this page Jun 4, 2015 · 2 revisions

Adding --restart='always' to the docker run command will attempt to keep your ownCloud server running no matter what. This means that the server will only stop when you run docker stop oc.

If your docker daemon starts when your host computer boots, setting this option will effectively automatically start the ownCloud server with the host machine.

Clone this wiki locally