You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
15 lines
409 B
version: '3.1'
|
|
|
|
services:
|
|
teamspeak3server:
|
|
image: ${TS3_IMG:-teamspeak}:${TS3_TAG:-latest}
|
|
container_name: ${TS3_CONTAINER_NAME:-teamspeak3server}
|
|
restart: ${TS_RESTART:-unless-stopped}
|
|
volumes:
|
|
- ${LOCAL_STACK_DIR}/ts3server:/var/ts3server/
|
|
ports:
|
|
- 9987:9987/udp
|
|
- 10011:10011
|
|
- 30033:30033
|
|
environment:
|
|
TS3SERVER_LICENSE: ${TS3SERVER_LICENSE:-view}
|
|
|