From d18fa74dc477f8b1a79d79625e0d8b2bfa75c159 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Tue, 12 Dec 2023 11:53:01 +0000 Subject: [PATCH] Docs: Update comments in `docker-compose*.yml` --- README.md | 2 +- docker-compose.example.yml | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5184753..657053d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Edition uses a Perl daemon to parse the log streamed from the game server. The data is stored in a MySQL Database and has a PHP frontend. -Counter-Strike 2 is supported (mostly). +Counter-Strike 2 is supported (mostly), via [`source-udp-forwarder`](https://github.com/startersclan/source-udp-forwarder). ## :loudspeaker: Important changes diff --git a/docker-compose.example.yml b/docker-compose.example.yml index df30e70..1770a8f 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -1,6 +1,6 @@ version: '2.2' services: - # 1. Counter-Strike 1.6 gameserver sends UDP logs to source-udp-forwarder + # 1. Counter-Strike 1.6 gameserver sends UDP logs to the daemon # See: https://github.com/startersclan/docker-sourceservers cstrike: image: goldsourceservers/cstrike:latest diff --git a/docker-compose.yml b/docker-compose.yml index 8dad15d..02c3847 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ version: '2.2' services: - # 1. Counter-Strike 1.6 gameserver sends UDP logs to source-udp-forwarder + # 1. Counter-Strike 1.6 gameserver sends UDP logs to the daemon # See: https://github.com/startersclan/docker-sourceservers cstrike: image: goldsourceservers/cstrike:latest