kaimallea / csgo

A containerized dedicated server for Counter-Strike: Global Offensive
The Unlicense
243 stars 58 forks source link

Unable to connect to server #36

Closed fooock closed 4 years ago

fooock commented 4 years ago

I'm running this container using:

docker run -it -p 27015:27015/tcp -p 27015:27015/udp --env "LAN=1" kmallea/csgo:latest

When game is ready, from my CS:GO client I run:

connect 127.0.0.1:27015

The result is: Connection failed after 30 retries

Any idea?