ts3bot/docker-compose.yml

10 lines
128 B
YAML
Raw Normal View History

2018-04-02 14:48:14 +00:00
version: '3.5'
services:
bot:
build: .
tty: true
2018-04-02 21:26:00 +00:00
network_mode: host
2018-04-02 14:48:14 +00:00
volumes:
- ./testconfig:/config:ro