Add teamspeak docker compose file
This commit is contained in:
parent
a8cb19099c
commit
3ae0a4ab35
13
modules/teamspeak/docker-compose.yml
Normal file
13
modules/teamspeak/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
teamspeak:
|
||||
image: teamspeak
|
||||
restart: always
|
||||
ports:
|
||||
- 9987:9987/udp
|
||||
- 10011:10011
|
||||
- 30033:30033
|
||||
volumes:
|
||||
- ./ts3_data:/var/ts3server
|
||||
environment:
|
||||
TS3SERVER_LICENSE: accept
|
Loading…
Reference in New Issue
Block a user