diff --git a/README.md b/README.md index 311aec695..d6e9fd4a3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 000000000..120f485d7 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!/.gitignore diff --git a/docker-compose.yml b/docker-compose.yml index 532caa6a1..1cf00252e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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