File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -40,26 +40,26 @@ You can run it with Docker (Docker Compose):
40
40
version : ' 3.7'
41
41
42
42
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
63
63
` ` `
64
64
65
65
Or use the executable available [here](https://github.com/community-network/server-bot-rust/releases/latest)
You can’t perform that action at this time.
0 commit comments