TeamSpeak-Systems / teamspeak-linux-docker-images

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

Limit port 30033 to TCP in docker-compose #76

Open cgi1 opened 3 years ago

cgi1 commented 3 years ago

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