leycloud/teamspeak.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 19:02:02 +01:00
parent bfc61fc955
commit cdd3ef80b7
1 changed files with 15 additions and 0 deletions

15
leycloud/teamspeak.yml Normal file
View File

@ -0,0 +1,15 @@
version: '3.1'
services:
teamspeak:
image: teamspeak:latest
restart: always
ports:
- 9987:9987/udp
- 10011:10011
- 30033:30033
environment:
TS3SERVER_LICENSE: accept
volumes:
- /home/florian/docker/teamspeak/ts3server:/var/ts3server
volumes:
ts_data: