Closed juanca closed 1 year ago
Add another to the list:
SRCDS_RCONPW
does not seem to work. After setting the rcon_password
in the console, it does not connect to the same server IP. e.g. rcon status
Have you tried running the CSGO server container on a kubernetes cluster?
Hello! I am trying to run a private server for a group of friends. I have something running but I am running into a few issues. Does anyone have an understanding of any of these? Quick fixes? Etc?
My setup:
Docker compose file:
Issues:
network_mode: "host"
does not expose server outside of the local computer. I disabled all firewalls, enabled DMZ, etc. I have to explicitly expose the above port. Do I only need"27015:27015/udp"
?connect <PUBLIC IP>; password <PASSWORD>
connect <PRIVATE LAN IP>; ...
. Why does it show up twice?