From ed492e9045a790ccaebd5772a64a29d0cb291461 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Fri, 31 Oct 2025 23:54:01 +0100 Subject: [PATCH] Use newer docker compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9f702..ffcc3f0 100644 --- a/README.md +++ b/README.md @@ -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.