mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-09 07:33:46 +00:00
713 B
713 B
Docker
This is a guide to run the bot using docker (alternative way to run the bot).
Installation
curl -fsSL https://get.docker.com | sh
Docker Compose
-
Copy the
docker-compose.ymlfile to your server and rundocker compose pull -
Copy the
config.ymlfile at the same directory as thedocker-compose.ymlfile and configure it (refer to the Starting the App/Bot section)docker compose up -d docker compose logs -f pterostats
Docker Run
docker run -d --name pterostats -v $(pwd)/config.yml:/app/config.yml ghcr.io/hirzidevs/pterostats:latest
docker logs -f pterostats