TeamSpeak-Systems / teamspeak-linux-docker-images

docker build files for TeamSpeak servers
Other
114 stars 52 forks source link

ip and port configuration with environment vars #19

Closed VentByte closed 5 years ago

VentByte commented 5 years ago

Allow to change the following ts3server.ini properties with environment variables: query_ip: Default: 0.0.0.0 | Environment Variable: TS3SERVER_QUERY_IP query_port: Default: 10011 | Environment Variable: TS3SERVER_QUERY_PORT

filetransfer_ip: Default: 0.0.0.0 | Environment Variable: TS3SERVER_FILETRANSFER_IP filetransfer_port: Default: 30033 | Environment Variable: TS3SERVER_FILETRANSFER_PORT

voice_ip: Default: 0.0.0.0 | Environment Variable: TS3SERVER_VOICE_IP default_voice_port: Default: 9987 | Environment Variable: TS3SERVER_DEFAULT_VOICE_PORT