mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
docs(DOCKER.md): update instructions for running the bot in a Docker container
- Add clarification about creating a `.env` file in the root of the project - Mention the need to change parameters in the `.env` file - Provide a link to an example `.env` file - Refer to the [Settings page](.github/Docs/SETTINGS.md) for changing environment file settings - Add a note about trying the commands without a dash between docker and compose if they fail
This commit is contained in:
parent
582e35bce1
commit
634e6560c6
4
.github/Docs/DOCKER.md
vendored
4
.github/Docs/DOCKER.md
vendored
@ -8,7 +8,9 @@ To run this project in a Docker container you must have Docker and Docker Compos
|
||||
Once you have Docker and Docker Compose installed in your machine, clone or download this repository and follow the instructions below.
|
||||
|
||||
## **Running the Bot**
|
||||
To run the bot in a Docker container, you must first create a `.env` file in the root of the project if there isn't one already. You will need to change the parameters in the `.env` file to your own parameters. You can find an example of a `.env` file [here](.env.example). You will also be able to change the settings in that environment file as explained in the [Settings page](.github/Docs/SETTINGS.md).
|
||||
To run the bot in a Docker container, you must first create a `.env` file in the root of the project if there isn't one already. You will need to change the parameters in the `.env` file to your own parameters. You can find an example of a `.env` file [here](.env.example). You will also be able to change the settings in that environment file as explained in the [Settings page](.github/Docs/SETTINGS.md).
|
||||
|
||||
**If any of the following commands fail, try without a dash between docker and compose.**
|
||||
|
||||
To run the bot, simply execute the following command in the root of the project:
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user