Skip to content

Azzy 2.0.0 Installation

Sellara edited this page Aug 6, 2024 · 2 revisions

Set the settings

  • Check out the docker compose settings to see if you can change your timezone (only used by log entries).
  • Check out the AzzyBot settings to see if there is anything of interest to you.

Start the bot

  • Go into the root directory where you extracted the docker.zip
  • Execute the following command

Run normally

  • CURRENT_UID=$(id -u):$(id -g) docker compose up

Run in background

  • CURRENT_UID=$(id -u):$(id -g) docker compose up -d

Stop the bot

  • Go into the root directory where you extracted the docker.zip
  • Execute the following command docker compose down