Sign inSign up

ich777/cs2dserver

By ich777

Updated almost 2 years ago

Image
1

10K+

ich777/cs2dserver repository overview

CS2D Dedicated Server in Docker optimized for Unraid

This Docker will download and install the latest version of CounterStrike 2D. CounterStrike 2D is a free to play top down shooter (you can get it on Steam or at https://www.cs2d.com/)

Env params

NameValueExample
SERVER_DIRFolder for gamefiles/serverdata/serverfiles
GAME_PARAMSCommandline startup parameters[empty]
GAME_PORTThe UDP Game Port36963
FORCE_UPDATEForce updata check on start[empty]
UIDUser Identifier99
GIDGroup Identifier100

Run example

docker run --name CS2D -d \
    -p 36963:36963/udp \
    --env 'GAME_PARAMS=' \
    --env 'GAME_PORT=36963' \
    --env 'FORCE_UPDATE=' \
    --env 'UID=99' \
    --env 'GID=100' \
    --volume /mnt/user/appdata/cs2d:/serverdata/serverfiles \
    --restart=unless-stopped \
    ich777/cs2dserver: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:a9553ae7f

Size

88.6 MB

Last updated

almost 2 years ago

docker pull ich777/cs2dserver