Yet another Dockerized Teeworlds server. This one's based on the minimal Ubuntu image.
The configuration options are set using environment variables. The environment variable names should have an uppercase
prefix TW_
, so for instances the configuration option sv_name
should be defined as TW_sv_name
.
See teeworlds.com for all available configuration options.
Docker:
docker run -d -p 8303:8303/udp -e TW_sv_name=myserver mikula/teeworlds-server
Docker Compose:
docker-compose up -d