diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index f4c26b6..837b234 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -47,7 +47,7 @@ fi # Start Server eval "./cs2" -dedicated \ - -port "${CS2_PORT}" \ + -ip "${CS2_IP}" -port "${CS2_PORT}" \ -console \ -usercon \ -maxplayers_override "${CS2_MAXPLAYERS}" \