mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
Use newer docker compose command
Some checks failed
Docker Build / build-and-push (push) Has been cancelled
Some checks failed
Docker Build / build-and-push (push) Has been cancelled
This commit is contained in:
parent
24f65956ab
commit
ed492e9045
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue