Skip to content

Commit 4286b65

Browse files
committed
fix(docker-compose): remove version specification
* Removed the `version: "3.4"` line from the docker-compose example. * This change simplifies the configuration and allows for more flexibility with Docker Compose versions.
1 parent f619d77 commit 4286b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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-
version: "3.4"
2827
services:
2928
linuxgsm-csgo:
3029
image: gameservermanagers/gameserver:csgo

0 commit comments

Comments
 (0)