-
Notifications
You must be signed in to change notification settings - Fork 80
Docker Installation
dom edited this page Oct 21, 2025
·
9 revisions
Tip
Running on arm64 or arm? Don't worry, this multiarch image has you covered!
This image is automatically built by our CI on every release.
-
⬇️ Pull the Docker Image:
docker pull ghcr.io/whiteout-project/bot:latest
-
▶️ Run the Docker Container:docker run -e DISCORD_BOT_TOKEN=<your discord bot token> ghcr.io/whiteout-project/bot:latest
-
⬇️ Download
docker-compose.yml: -
▶️ Run the Docker Container:- In the same directory as
docker-compose.yml, run: docker compose up
- In the same directory as
Unlike a local install, the docker container does not (yet) support custom flags. The script is automatically run with the --autoupdate and is not changeable at the moment. If you would like to run it with custom flags, you can change the flags you want in bootstrap.sh and build the container yourself.