Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekonan committed Dec 4, 2021
1 parent 0b85224 commit 9af29cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ This project I made just for myself but can add more exchanges in the future.

### Local

###### !!! Verbosity is mandatory while submitting an issue `command: -verbose 1`
```
git clone https://github.com/mikekonan/freqtrade-proxy.git
make build
./freqtrade-proxy -port 8080
./freqtrade-proxy -port 8080 -verbose 1
```

#### config.json
Expand Down Expand Up @@ -81,11 +82,14 @@ docker run --restart=always -p 127.0.0.1:8080:8080 --name freqtrade-proxy -d mik

See example - [docker-compose.yml](docker-compose.yml)

###### !!! Verbosity is mandatory while submitting an issue `command: -verbose 1`

```
freqtrade-proxy:
image: mikekonan/freqtrade-proxy:main-amd64
restart: unless-stopped
container_name: freqtrade-proxy
command: -verbose 1
```

#### config.json
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ services:
freqtrade-proxy:
image: mikekonan/freqtrade-proxy:main
restart: unless-stopped
command: -verbose 1
container_name: freqtrade-proxy

0 comments on commit 9af29cd

Please sign in to comment.