Skip to content

Commit

Permalink
Add data folder
Browse files Browse the repository at this point in the history
Remove old volume mounts from docker-compose, they were creating files if
they didn't already exist
  • Loading branch information
j-waters authored and edeng23 committed Feb 22, 2021
1 parent 99786b9 commit 60a3eba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ For more information about Telegram bots refer to [Telegram's official documenta

### Docker

`docker-compose up`
```shell
docker-compose up
```

# Join the Chat

Expand Down
2 changes: 2 additions & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!/.gitignore
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ services:
container_name: binance_trader
volumes:
- ./user.cfg:/app/user.cfg
- ./.current_coin:/app/.current_coin
- ./.current_coin_table:/app/.current_coin_table
- ./data:/app/data

0 comments on commit 60a3eba

Please sign in to comment.