7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
services:
|
|
bot:
|
|
restart: unless-stopped
|
|
build: .
|
|
volumes:
|
|
- ./config.json:/app/config.json
|