John Edwards

Results 36 comments of John Edwards

Hi @zahti, You can take either approach. The most important things to get right are: - Ensure each container has a different SRCDS Token - Ensure each container is using...

Hi, Here's the documentation for Volumes in Docker Compose: https://docs.docker.com/compose/compose-file/07-volumes/ The way I am declaring volumes (cs2-1, cs2-2) is basically telling Docker that I want two volumes with the specified...

You don't need to change `CS2_PORT` or `TV_PORT` as these control the ports the cs2 server binds to _inside_ the container. As mentioned before, the same ports can be used...

If this is for a LAN party, I also recommend you set `CS2_SERVER_HIBERNATE=0` to disable hibernation. There is a cs2 server bug (nothing to do with the container) where the...

This is expected. What you are seeing in the server logs is the _inside_ port binding. Remember there is this mapping going on between the _outside_ host port and the...

I'm not sure how the LAN discovery works in CS2. I think you will find that you can connect to both servers from the client if you issue the connect...

They could possibly share a volume, but I haven't ever tested that. Something like overlayfs could potentially be used to layer a writeable layer per container on top of a...

Cool idea! The challenge will be figuring out which files can be done away with. Currently, the best way to get the container to start quickly is to attach a...

> When I set a workshop map and try to join the server, I get a segmentation fault > > Below the error message: > > ``` > cs2-dedicated |...