Skip to content

Commit

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

services:
ace-bot-1:
image: ghcr.io/community-network/battlebit-bot/battlebit-bot:latest
restart: always
environment:
- token=TOKEN
- 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/battlebit-bot/battlebit-bot:latest
restart: always
environment:
- token=TOKEN
- 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/battlebit-bot/releases/latest)
Expand Down

0 comments on commit 34b0149

Please sign in to comment.