Skip to content

Commit a539981

Browse files
committed
fix spacing
1 parent 8a76dd4 commit a539981

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Readme.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@ You can run it with Docker (Docker Compose):
4040
version: '3.7'
4141

4242
services:
43-
ace-bot-1:
44-
image: ghcr.io/community-network/server-bot-rust/server-bot-rust:latest
45-
restart: always
46-
environment:
47-
- token=TOKEN
48-
- name=[ACE]#1
49-
- platform=pc
50-
- channel=0
51-
- minplayeramount=20
52-
- prevrequestcount=5
53-
- startedamount=50
54-
- guild=0
55-
- game=tunguska
56-
- lang=en-us
57-
healthcheck:
58-
test: ["CMD", "curl", "-f", "http://127.0.0.1:3030/"]
59-
interval: "60s"
60-
timeout: "3s"
61-
start_period: "5s"
62-
retries: 3
43+
ace-bot-1:
44+
image: ghcr.io/community-network/server-bot-rust/server-bot-rust:latest
45+
restart: always
46+
environment:
47+
- token=TOKEN
48+
- name=[ACE]#1
49+
- platform=pc
50+
- channel=0
51+
- minplayeramount=20
52+
- prevrequestcount=5
53+
- startedamount=50
54+
- guild=0
55+
- game=tunguska
56+
- lang=en-us
57+
healthcheck:
58+
test: ["CMD", "curl", "-f", "http://127.0.0.1:3030/"]
59+
interval: "60s"
60+
timeout: "3s"
61+
start_period: "5s"
62+
retries: 3
6363
```
6464
6565
Or use the executable available [here](https://github.com/community-network/server-bot-rust/releases/latest)

0 commit comments

Comments
 (0)