Skip to content

Commit

Permalink
recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHalwax committed Aug 19, 2023
1 parent 841e411 commit e0e090e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,7 @@ docker run -d \
syncpoint/burn-bot
```
or (even better)
```
docker run
-d
-v ./.env:/usr/src/app
syncpoint/burn-bot
```
In order to keep the bot's data we highly recommend mapping the `DATA_DIR` to a distinct volume/folder:
In order to keep the bot's data we __highly recommend__ mapping the `DATA_DIR` to a distinct volume/folder:
```
docker volume create burn-bot-data
Expand Down

0 comments on commit e0e090e

Please sign in to comment.