Sign inSign up

ich777/xonotic

By ich777

Updated almost 2 years ago

Image
1

100K+

ich777/xonotic repository overview

Xonotic Dedicated Server in Docker optimized for Unraid

This Docker will download and install the preferred version of Xonotic. Update Notice: If you want to update the game simply change the version number.

Env params

NameValueExample
SERVER_DIRFolder for gamefiles/serverdata/serverfiles
GAME_PARAMSCommandline startup parameters[empty]
GAME_VERSIONPreferred game version0.8.2
UIDUser Identifier99
GIDGroup Identifier100
BASIC_URLBasic Download URLhttps://dl.xonotic.org/

Run example

docker run --name Xonotic -d \
   -p 3979:3979/tcp \
   -p 3979:3979/udp \
   --env 'GAME_PARAMS=' \
   --env 'GAME_VERSION=0.8.2' \
   --env 'UID=99' \
   --env 'GID=100' \
   --env 'BASIC_URL=https://dl.xonotic.org/' \
   --volume /mnt/user/appdata/xonotic:/serverdata/serverfiles \
   --restart=unless-stopped \
   ich777/xonotic:latest

This Docker was mainly created for the use with Unraid, if you don’t use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/

Tag summary

Content type

Image

Digest

sha256:722cf97c6

Size

39.3 MB

Last updated

almost 2 years ago

docker pull ich777/xonotic