Skip to content

Commit f72dc20

Browse files
committed
Merge branch 'beta' of https://github.com/JamesIves/hlds-docker into beta
2 parents 3c3002b + c128f52 commit f72dc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ docker compose up
5252
7. _Optional_: If you want to start a custom mod, you can modify your `$GAME` environment variable once the image is built before running `docker compose up`. This allows you to add custom scripts to the server image while telling the dedicated server client what mod to use. If you're building a custom image with the intent on playing a custom mod it's recommended that you set the `$GAME` variable to `valve` for the initial build.
5353

5454
```bash
55-
$export GAME=valve
55+
$ export GAME=valve
5656
$ docker compose build
57-
$export GAME=decay
57+
$ export GAME=decay
5858
$ docker compose up
5959
```

0 commit comments

Comments
 (0)