Compare commits

..

2 commits

Author SHA1 Message Date
f66634b62e
Merge 54e21b8029 into ed492e9045 2025-11-01 00:39:23 +01:00
ed492e9045
Use newer docker compose command
Some checks failed
Docker Build / build-and-push (push) Has been cancelled
2025-10-31 23:54:01 +01:00

View file

@ -74,7 +74,7 @@ discord.js library to interact with Discord and fetches server stats via the XML
2. Build and start the container:
```bash
docker-compose up -d --build
docker compose up -d --build
```
3. The bot should now be running and posting server stats to the specified Discord channel.