qrm2/README-DOCKER.md

12 lines
223 B
Markdown
Raw Normal View History

A sample `docker-compose.yml` file:
```yaml
version: '3'
services:
bot:
image: "classabbyamp/discord-qrm2:latest"
container_name: "discord-qrm2"
volumes:
- "./data:/app/data:rw"
```