We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
Additional context Seems like other env variables don't take like server name, description, etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
Additional context
Seems like other env variables don't take like server name, description, etc.
The text was updated successfully, but these errors were encountered: