mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-10 18:33:34 -05:00
8 lines
141 B
YAML
8 lines
141 B
YAML
version: '3'
|
|
services:
|
|
bot:
|
|
build: .
|
|
container_name: "discord-qrm2"
|
|
volumes:
|
|
- "./data:/app/data:rw"
|