removes prolixity docker-compose

This commit is contained in:
silvavn 2020-09-03 13:19:05 -06:00
parent 66505bd9bf
commit e6058b716b
1 changed files with 7 additions and 7 deletions

View File

@ -104,13 +104,13 @@ The database will be at: `user_data/tradesv3.sqlite`
To update freqtrade when using `docker-compose` is as simple as running the following 2 commands: To update freqtrade when using `docker-compose` is as simple as running the following 2 commands:
=== "Docker Compose"
``` bash ``` bash
# Download the latest image # Download the latest image
docker-compose pull docker-compose pull
# Restart the image # Restart the image
docker-compose up -d docker-compose up -d
``` ```
This will first pull the latest image, and will then restart the container with the just pulled version. This will first pull the latest image, and will then restart the container with the just pulled version.