teamspeak-linux-docker-images icon indicating copy to clipboard operation
teamspeak-linux-docker-images copied to clipboard

Limit port 30033 to TCP in docker-compose

Open cgi1 opened this issue 4 years ago • 0 comments

From the official page:


Service | Protocol | Local Port (Server) | Required?
-- | -- | -- | --
Voice | UDP | 9987 | Yes
Filetransfer | TCP | 30033 | Yes

So on the docker hubb examples a more safe way would be:

30033:30033 will become 30033:30033/tcp

cgi1 avatar Feb 27 '21 15:02 cgi1