TeamSpeak-Systems / teamspeak-linux-docker-images

docker build files for TeamSpeak servers
Other
116 stars 56 forks source link

ip and port configuration with environment vars #20

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

muenchow commented 5 years ago

Thank you for the pull request. I think these changes would make sense, if the host network is being used with the docker. Before I can merge this request, can you please also add query_ssh_ip and query_ssh_port?

VentByte commented 5 years ago

I added query_ssh_ip: Default 0.0.0.0 | Environment Variable: TS3SERVER_QUERY_SSH_IP query_ssh_port: Default 10022 | Environment Variable: TS3SERVER_QUERY_SSH_PORT

muenchow commented 5 years ago

thank you