From 644923e466267c1329f81a17f335708093283686 Mon Sep 17 00:00:00 2001 From: Brett Caswell Date: Tue, 25 Feb 2020 21:58:09 -0600 Subject: [PATCH] replace localhost and IP with special DNS name in entry.sh --- scripts/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entry.sh b/scripts/entry.sh index a615b5c..7cfd29d 100755 --- a/scripts/entry.sh +++ b/scripts/entry.sh @@ -19,7 +19,7 @@ fi if [[ "$HLTV" = "1" ]]; then echo "Starting HLTV" export LD_LIBRARY_PATH=. - ./hltv +serverpassword europe +connect localhost:27015 +record demos/gathers >> /home/steam/hlds/ns/demos/hltv-`date +%F-%h:%m`.log + ./hltv +serverpassword europe +connect host.docker.internal:27015 +record demos/gathers >> /home/steam/hlds/ns/demos/hltv-`date +%F-%h:%m`.log elif [[ "$HLDS" = "1" ]]; then echo "Starting HLDS" export LD_LIBRARY_PATH=.