Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 352 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 352 Bytes

Minimal docker image for running Ventrilo

To run, publish Ventrilo's port ( 3784 ) for both tcp and udp. For example:

docker pull akursar/ventrilo:latest
docker run -d -p 3784:3784 -p 3784:3784/udp akursar/ventrilo