Skip to content

Commit 9af29cd

Browse files
committed
readme update
1 parent 0b85224 commit 9af29cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
1314
git clone https://github.com/mikekonan/freqtrade-proxy.git
1415
make 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

8283
See 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

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)