Add redbot
This commit is contained in:
parent
4b4eb1649c
commit
d413a6d307
10
redbot/docker-compose.yml
Normal file
10
redbot/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
version: "3.2"
|
||||
services:
|
||||
redbot:
|
||||
container_name: redbot
|
||||
image: phasecorex/red-discordbot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/appdata/redbot/data:/data
|
||||
environment:
|
||||
- TZ=America/Moncton
|
Loading…
Reference in New Issue
Block a user