Skip to content

Commit

Permalink
Docs: Update docker-compose examples
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Feb 23, 2024
1 parent 8a25241 commit 5f35458
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hlds-cstrike-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/srcds-cs2-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion docs/srcds-hl2mp-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
stdin_open: true
tty: true
stop_signal: SIGKILL
depends_on:
- source-udp-forwarder
entrypoint:
- /bin/bash
command:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5f35458

Please sign in to comment.