Skip to content

Commit 3845dd2

Browse files
committed
feat(docker-compose): update configuration for CS2 server
* Changed service name from `linuxgsm-csgo` to `linuxgsm`. * Updated image build context and Dockerfile path for CS2 server. * Adjusted container name to `cs2server`.
1 parent b0ba983 commit 3845dd2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ For a list of available game servers visit [linuxgsm.com](https://linuxgsm.com)
2424
Here is an example docker-compose configuration for the "csgoserver" using the image `gameservermanagers/gameserver:csgo`. Please note that the ports may vary depending on the specific game server. More docker-compose examples are available [docker-compose examples](https://github.com/GameServerManagers/docker-gameserver/tree/main/docker-compose).
2525

2626
```yaml
27+
---
2728
services:
28-
linuxgsm-csgo:
29-
image: gameservermanagers/gameserver:csgo
30-
# image: ghcr.io/gameservermanagers/gameserver:csgo
31-
container_name: csgoserver
32-
volumes:
33-
- /path/to/csgoserver:/data
29+
linuxgsm:
30+
build:
31+
context: .
32+
dockerfile: dockerfiles/Dockerfile-cs2
33+
container_name: cs2server
3434
ports:
3535
- "27015:27015/tcp"
3636
- "27015:27015/udp"

0 commit comments

Comments
 (0)