working
This commit is contained in:
23
docker-compose.yml
Normal file
23
docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
teamspeak:
|
||||
image: teamspeak:3.13
|
||||
container_name: ts3-server
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9987:9987/udp" # Voice
|
||||
- "10011:10011" # ServerQuery
|
||||
- "30033:30033" # FileTransfer
|
||||
environment:
|
||||
TS3SERVER_LICENSE: accept
|
||||
volumes:
|
||||
- ts3-data:/var/ts3server
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
volumes:
|
||||
ts3-data:
|
||||
Reference in New Issue
Block a user