Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
243 stars 105 forks source link

Web RCON Password ENV variable #118

Open Mr-Protocol opened 1 year ago

Mr-Protocol commented 1 year ago

Describe the bug I have set the env variable to change the RCON password but when the docker container creates, it still uses the default.

To Reproduce Steps to reproduce the behavior: I use portainer to deploy a stack with this docker-compose

version: '3' services: rust-server: image: didstopia/rust-server container_name: rust-server ports:

Set the env variables in portainer RUST_RCON_WEB=1 RUST_RCON_PASSWORD=nondefault

Expected behavior Deployed stack should use the password provided for RCON

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Seems like other env variables don't take like server name, description, etc.