Walki

Results 30 comments of Walki

> +1 from me here. I need to give users the ability to star[t]/stop/restart their own container and nothing more. +1. Even a new built-in role that covers exactly this...

``` Steam>login [username] [password] Logging in user '[username]' to Steam Public... Enter the current code from your Steam Guard Mobile Authenticator app Two-factor code:[SteamGuardCode] OK Waiting for client config...OK Waiting...

@almereyda I still have some catching up to do with my other repositories, but I'll try to get it done on the weekend.

Sorry to keep you waiting for so long. Your internal bind mount mapping is wrong: ``` volumes: - /data/Squad:/storage/squad/ ``` It should be: ``` volumes: - /data/Squad:/home/steam/squad-dedicated/ ``` Then the...

> Great, changing in those files is supported as well, right? Just considering it's written in the docs that files can be changed like this $ docker exec -it squad-dedicated...

Seems like the developers changed some paths. I'll have to look into it.

I wasn't able to replicate the issue on my end. The server went past `Clearing Mods...` and started up successfully. For your setup the issue is likely that the installation...

Likely you ran out of disk space on the initial launch of the server. Could you post your container logs?

> Is there a way to get them both to show up on the LAN tab in the server browser? Set the `CS2_PORT` per server instance, that's what the game...

If you aren't using host network mode (`--net=host`). Then you can pass the IP to the publish parameter `-p`: > If you don't specify an IP address (i.e., -p 80:80...