IW4x Server in Docker
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Chase 8318385515
build Details
Initial Commit
3 months ago
.github/workflows Initial Commit 3 months ago
.dockerignore Initial Commit 3 months ago
.gitignore Initial Commit 3 months ago
Dockerfile Initial Commit 3 months ago
README.md Initial Commit 3 months ago
renovate.json Initial Commit 3 months ago
start.sh Initial Commit 3 months ago

README.md

IW4x Server in Docker

docker run --name IW4x -d \
	-p 28961:28960 -p 28961:28960/udp \
	-e 'GAME_PARAMS=-dedicated +exec server.cfg +map_rotate' \
	-v /path/to/iw4x:/iw4x \
	git.chse.dev/gaming/iw4x-docker:latest