diff --git a/docs/hlds-cstrike-example/docker-compose.yml b/docs/hlds-cstrike-example/docker-compose.yml index 33baf90..e67e5ff 100644 --- a/docs/hlds-cstrike-example/docker-compose.yml +++ b/docs/hlds-cstrike-example/docker-compose.yml @@ -57,7 +57,7 @@ services: # 3. HLStatsX:CE perl daemon accepts the gameserver logs. Gameserver Logs are parsed and stats are recorded # The daemon's proxy_key secret can only be setup in the HLStatsX:CE Web Admin Panel and not via env vars - # See: https://github.com/startersclan/docker-hlstatsxce-daemon + # See: https://github.com/startersclan/hlstatsx-community-edition daemon: image: startersclan/hlstatsx-community-edition:1.11.0-daemon ports: diff --git a/docs/srcds-cs2-example/docker-compose.yml b/docs/srcds-cs2-example/docker-compose.yml index 936fdd5..471ab18 100644 --- a/docs/srcds-cs2-example/docker-compose.yml +++ b/docs/srcds-cs2-example/docker-compose.yml @@ -46,7 +46,7 @@ services: # 3. HLStatsX:CE perl daemon accepts the gameserver logs. Gameserver Logs are parsed and stats are recorded # The daemon's proxy_key secret can only be setup in the HLStatsX:CE Web Admin Panel and not via env vars - # See: https://github.com/startersclan/docker-hlstatsxce-daemon + # See: https://github.com/startersclan/hlstatsx-community-edition daemon: image: startersclan/hlstatsx-community-edition:1.11.0-daemon ports: diff --git a/docs/srcds-hl2mp-example/docker-compose.yml b/docs/srcds-hl2mp-example/docker-compose.yml index c70d49e..04816c5 100644 --- a/docs/srcds-hl2mp-example/docker-compose.yml +++ b/docs/srcds-hl2mp-example/docker-compose.yml @@ -16,6 +16,8 @@ services: stdin_open: true tty: true stop_signal: SIGKILL + depends_on: + - source-udp-forwarder entrypoint: - /bin/bash command: @@ -57,7 +59,7 @@ services: # 3. HLStatsX:CE perl daemon accepts the gameserver logs. Gameserver Logs are parsed and stats are recorded # The daemon's proxy_key secret can only be setup in the HLStatsX:CE Web Admin Panel and not via env vars - # See: https://github.com/startersclan/docker-hlstatsxce-daemon + # See: https://github.com/startersclan/hlstatsx-community-edition daemon: image: startersclan/hlstatsx-community-edition:1.11.0-daemon ports: