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
2
.github/Docs/DOCKER.md
vendored
2
.github/Docs/DOCKER.md
vendored
@ -10,6 +10,8 @@ Once you have Docker and Docker Compose installed in your machine, clone or down
|
|||||||
## **Running the Bot**
|
## **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:
|
To run the bot, simply execute the following command in the root of the project:
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user