Document FreqUI usage

This commit is contained in:
Matthias
2021-01-25 20:48:52 +01:00
parent e928d2991d
commit 35c2e2556e
3 changed files with 45 additions and 30 deletions

View File

@@ -14,6 +14,11 @@ services:
container_name: freqtrade
volumes:
- "./user_data:/freqtrade/user_data"
# Expose api on port 8080 (localhost only)
# Please read the https://www.freqtrade.io/en/latest/rest-api/ documentation
# before enabling this.
#ports:
# - "127.0.0.1:8080:8080"
# Default command used when running `docker compose up`
command: >
trade