Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 723 Bytes

CS 1.6 HLDS + AMX MOD X

Build & run

  1. Create .env configuration file from example file:

    $ cp example.env .env
    
  2. Build image with HLDS Server. It includes raw Steam HLDS + Metamod + DProto + AMX MOD X:

    $ docker-compose -f build.yml build hlds
    
  3. Build custom server image based on hlds image. It includes maps, configuration and the other customization staff:

    $ docker-compose build server
    
  4. Edit .env configuration variables if needed (see image entrypoint file hlds_run.sh if you want to figure out how variables are used).

  5. Start your server:

    $ docker-compose up -d
    
  6. Enjoy ;)