Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jul 16, 2024
1 parent b1ece1f commit 57ea5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
env:
GAME: cstrike
with:
context: .
context: ./container
build-args: GAME=cstrike
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run -d \
-p 26900:26900/udp \
-e GAME=${GAME} \
jives/hlds:cstrike \
"+maxplayers 12 +map cs_italy" # 📣 Modify your server startup commands here. You can specify the image with the desired game you want the server to run in the line above.
"+log on +rcon_password changeme +maxplayers 12 +map cs_italy" # 📣 Modify your server startup commands here. You can specify the image with the desired game you want the server to run in the line above.
```

> [!TIP]
Expand Down

0 comments on commit 57ea5ac

Please sign in to comment.