docker doc update about restart policy

pull/2475/head
Gautier Pialat 7 years ago
parent 581907305a
commit 871019c8b9

@ -170,6 +170,9 @@ docker run -d \
!!! Note
All available bot command line parameters can be added to the end of the `docker run` command.
!!! Note
you can define a [restart policy](https://docs.docker.com/config/containers/start-containers-automatically/) in docker. It can be useful in some cases to use the `--restart unless-stopped` flag (crash of freqtrade or reboot of your system).
### Monitor your Docker instance
You can use the following commands to monitor and manage your container:

Loading…
Cancel
Save