Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web RCON Password ENV variable #118

Open
Mr-Protocol opened this issue Aug 6, 2023 · 0 comments
Open

Web RCON Password ENV variable #118

Mr-Protocol opened this issue Aug 6, 2023 · 0 comments

Comments

@Mr-Protocol
Copy link

Mr-Protocol commented Aug 6, 2023

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:
- "28015:28015"
- "28015:28015/udp"
- "28016:28016"
- "8080:8080"
volumes:
- /serverfiles/rustserver:/steamcmd/rust
mem_limit: 16g
restart: unless-stopped

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):

  • OS: Ubuntu
  • Docker:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant