7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
services:
|
|
bot:
|
|
restart: unless-stopped
|
|
build: .
|
|
volumes:
|
|
- ./config.json:/usr/src/bot/config.json
|
|
- ./avatars:/usr/src/bot/avatars |