This commit is contained in:
2021-04-22 00:00:13 +02:00
parent a652d42472
commit 7a668cbd80
7 changed files with 63 additions and 14 deletions

View File

@@ -10,3 +10,20 @@ services:
- ./docker:/data
ports:
- 1880:1880
networks:
- tsNet
ts3:
image: "teamspeak"
container_name: "ts3"
environment:
- TS3SERVER_LICENSE=accept
ports:
- "9987:9987/udp"
- "10011:10011"
- "30033:30033"
networks:
- tsNet
networks:
tsNet:
driver: bridge