Downgrade dockerfile to 3.8.6 to avoid image bloat

This commit is contained in:
Matthias
2020-12-13 13:11:04 +01:00
parent a4bfd0b0aa
commit dad427461d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ services:
# Build step - only needed when additional dependencies are needed
# build:
# context: .
# dockerfile: "./Dockerfile.technical"
# dockerfile: "./docker/Dockerfile.technical"
restart: unless-stopped
container_name: freqtrade
volumes: