Merge pull request #2475 from gaugau3000/docker_doc_update

Update docker doc (new note about restart policy)
This commit is contained in:
Matthias 2019-11-05 12:32:23 +01:00 committed by GitHub
commit 4ec7fcd836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: