Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 563 Bytes

Steam Dedicated Servers (with Docker)

Just some Steam game servers using Docker ;)

Counter-Strike 1.6

Just run the command below to start the server:

$ docker-compose up cstrike

Basic server configuration can be done in the docker-compose.yml, but if you want to change more stuff you can use the cstrike/server.cfg file, have fun!

Counter-Strike: Global Offensive

Just run the command below to start the server:

$ docker-compose up csgo

Basic server configuration can be done in the docker-compose.yml, have fun!