8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
services:
|
|
bot:
|
|
restart: unless-stopped
|
|
build: .
|
|
volumes:
|
|
- ./config.json:/app/config.json
|
|
- ./avatars:/app/avatars
|