mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-13 03:31:50 -05:00
8 lines
171 B
YAML
8 lines
171 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
bot:
|
||
|
image: "classabbyamp/discord-qrm-bot:latest"
|
||
|
container_name: "qrmbot"
|
||
|
volumes:
|
||
|
- "./data:/app/data:rw"
|