Skip to content
Jag_k edited this page Nov 30, 2023 · 1 revision

Here you can find some information about how to use this project.

How to use

  1. Copy the docker-compose.yml file in your own directory
  2. Edit the file and change the BOT_URL and BOT_KEY (if you have it) variables.
  3. Run docker-compose up -d
  4. Enjoy!

How to update

  1. Run docker-compose pull
  2. Run docker-compose up -d
  3. Enjoy!

How to stop

  1. Run docker-compose down
  2. Enjoy!

How to remove

  1. Run docker-compose down --rmi all
  2. Enjoy!
Clone this wiki locally