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