Use newer docker compose command
Some checks failed
Docker Build / build-and-push (push) Has been cancelled

This commit is contained in:
Dennis Heinrich 2025-10-31 23:54:01 +01:00 committed by GitHub
parent 24f65956ab
commit ed492e9045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: 2. Build and start the container:
```bash ```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. 3. The bot should now be running and posting server stats to the specified Discord channel.