init docker setup

This commit is contained in:
root
2026-04-22 23:07:01 +02:00
commit 6332774b88
24 changed files with 13209 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.1'
services:
teamspeak:
image: teamspeak
restart: always
ports:
- 9987:9987/udp
# - 10011:10011
- 30033:30033
environment:
TS3SERVER_LICENSE: accept
volumes:
- teamspeak:/var/ts3server/
volumes:
teamspeak:
external: true