Skip to content

Commit

Permalink
docs: more doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Jun 13, 2024
1 parent 7d5cd23 commit 1647c77
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 @@ -66,7 +66,7 @@ If you prefer not to build the image, follow the steps below to use a pre-built
export GAME=cstrike
```

2. Create a `docker-compose.yml` file. Adjust the image property so the tag name corresponds with the game you want to use. Additionally you can adjust the server startup arguments by modifying the `command` property.
2. Create a `docker-compose.yml` file. Adjust the `image` property so the tag name corresponds with the game you want to use. Additionally you can adjust the server startup arguments by modifying the `command` property.

```yml
version: "3.7"
Expand Down

0 comments on commit 1647c77

Please sign in to comment.