Updated Docker usage instructions (markdown)

Alexey Golub
2020-10-29 01:35:42 +02:00
parent f185d646d4
commit 553e19d8f6

@@ -54,8 +54,8 @@ To get your Token and Channel IDs, please refer to [this page](https://github.co
DCE.CLI accepts environment variables as fallbacks for the `--token` and `--bot` options.
`DISCORD_TOKEN` for user tokens<br/>
`DISCORD_TOKEN_BOT` for bot tokens
- `DISCORD_TOKEN` to set the token
- `DISCORD_TOKEN_BOT` to set whether it's a bot token (`true` or `false`)
You can use these variables either with the `--env` Docker option or with a combination of the `--env-file` Docker option and a `.env` file.<br/>
Please refer to the Docker documentation for more information:<br/>