Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Jun 26, 2024
1 parent 5c9fe26 commit d144dcb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ You can run it with Docker (Docker Compose):
version: '3.7'

services:
ace-bot-1:
image: ghcr.io/community-network/marne-bot/marne-bot:latest
restart: always
environment:
- token=TOKEN
- game=bf1
- server_name=[ACE]#1
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:3030/"]
interval: "60s"
timeout: "3s"
start_period: "5s"
retries: 3
ace-bot-1:
image: ghcr.io/community-network/marne-bot/marne-bot:latest
restart: always
environment:
- token=TOKEN
- game=bf1
- server_name=[ACE]#1
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:3030/"]
interval: "60s"
timeout: "3s"
start_period: "5s"
retries: 3
```
Or use the executable available [here](https://github.com/community-network/marne-bot/releases/latest)
Expand Down

0 comments on commit d144dcb

Please sign in to comment.