9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
version: '3'
|
|
services:
|
|
bot:
|
|
build: ./
|
|
volumes:
|
|
- ./config:/config
|
|
volumes:
|
|
config:
|