Skip to content

Commit

Permalink
docs: 📖 Add example with -ti
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 30, 2024
1 parent 5e72548 commit 5664a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before starting, ensure you have the [Docker daemon](https://www.docker.com/) a
You can run the following in your terminal to get started as quickly as possible. Adjust the image name (`jives/hlds`) so the tag corresponds with the game you want to use. Additionally, you can adjust the server startup arguments by modifying the `command` property; [for a list of available arguments, visit the Valve Developer Wiki](https://developer.valvesoftware.com/wiki/Half-Life_Dedicated_Server).

```bash
docker run -d \
docker run -d -ti \
--name hlds \
-v "$(pwd)/config:/temp/config" \
-v "$(pwd)/mods:/temp/mods" \
Expand Down

0 comments on commit 5664a23

Please sign in to comment.