ts3 stff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user