File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ This project I made just for myself but can add more exchanges in the future.
99
1010### Local
1111
12+ ###### !!! Verbosity is mandatory while submitting an issue ` command: -verbose 1 `
1213```
1314git clone https://github.com/mikekonan/freqtrade-proxy.git
1415make build
15- ./freqtrade-proxy -port 8080
16+ ./freqtrade-proxy -port 8080 -verbose 1
1617```
1718
1819#### config.json
@@ -81,11 +82,14 @@ docker run --restart=always -p 127.0.0.1:8080:8080 --name freqtrade-proxy -d mik
8182
8283See example - [ docker-compose.yml] ( docker-compose.yml )
8384
85+ ###### !!! Verbosity is mandatory while submitting an issue ` command: -verbose 1 `
86+
8487```
8588 freqtrade-proxy:
8689 image: mikekonan/freqtrade-proxy:main-amd64
8790 restart: unless-stopped
8891 container_name: freqtrade-proxy
92+ command: -verbose 1
8993```
9094
9195#### config.json
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ services:
1717 freqtrade-proxy :
1818 image : mikekonan/freqtrade-proxy:main
1919 restart : unless-stopped
20+ command : -verbose 1
2021 container_name : freqtrade-proxy
You can’t perform that action at this time.
0 commit comments