qrm2/docker-compose.yml

8 lines
141 B
YAML

version: '3'
services:
bot:
build: .
container_name: "discord-qrm2"
volumes:
- "./data:/app/data:rw"