mirror of https://github.com/icedream/ts3bot.git
9 lines
105 B
YAML
9 lines
105 B
YAML
|
version: '3.5'
|
||
|
|
||
|
services:
|
||
|
bot:
|
||
|
build: .
|
||
|
tty: true
|
||
|
volumes:
|
||
|
- ./testconfig:/config:ro
|