docker-rcon-web-admin
docker-rcon-web-admin copied to clipboard
Adding multiple servers automatically?
Is it possible to configure multiple servers from the docker-compose
file?
I would like to configure multiple servers and would like to add them automagically.
Unfortunately not since those variables just get passed through according to these
https://github.com/rcon-web-admin/rcon-web-admin#environment-variables
What a shame, but I will figure out how i can add servers automatically
I've been setting RWA_ENV to false and just manually setting the servers up in the server.json file.