Skip to content

Commit e0e090e

Browse files
committed
recommendation
1 parent 841e411 commit e0e090e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Readme.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,7 @@ docker run -d \
8282
syncpoint/burn-bot
8383
```
8484
85-
or (even better)
86-
87-
```
88-
docker run
89-
-d
90-
-v ./.env:/usr/src/app
91-
syncpoint/burn-bot
92-
```
93-
94-
In order to keep the bot's data we highly recommend mapping the `DATA_DIR` to a distinct volume/folder:
85+
In order to keep the bot's data we __highly recommend__ mapping the `DATA_DIR` to a distinct volume/folder:
9586
9687
```
9788
docker volume create burn-bot-data

0 commit comments

Comments
 (0)