We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841e411 commit e0e090eCopy full SHA for e0e090e
Readme.md
@@ -82,16 +82,7 @@ docker run -d \
82
syncpoint/burn-bot
83
```
84
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:
+In order to keep the bot's data we __highly recommend__ mapping the `DATA_DIR` to a distinct volume/folder:
95
96
97
docker volume create burn-bot-data
0 commit comments