readme and things
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "2.1"
|
||||
services:
|
||||
kasbot:
|
||||
image: ivanch/kasbot:latest
|
||||
container_name: kasbot
|
||||
environment:
|
||||
- TOKEN=<Your bot token here>
|
||||
- COMMAND_PREFIX=!
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user