-
Create
.env
configuration file from example file:$ cp example.env .env
-
Build image with HLDS Server. It includes raw Steam HLDS + Metamod + DProto + AMX MOD X:
$ docker-compose -f build.yml build hlds
-
Build custom server image based on hlds image. It includes maps, configuration and the other customization staff:
$ docker-compose build server
-
Edit
.env
configuration variables if needed (see image entrypoint filehlds_run.sh
if you want to figure out how variables are used). -
Start your server:
$ docker-compose up -d
-
Enjoy ;)
forked from artem-panchenko/counter-strike-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Docker image for Counter-Strike 1.6 server
License
zarv1k/counter-strike-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Docker image for Counter-Strike 1.6 server
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- SourcePawn 78.2%
- Dockerfile 14.5%
- Shell 7.3%