How to update default password in supervisord.conf file #2761
-
Hello All, docker-selenium/Base/supervisord.conf Line 18 in 5fe6e7c I tried to create an entrypoint.sh file and update the password parameter to use custom password and then run the selenium but that does not seem to switch the user from root and running the selenium as root too. Has anyone ever implemented this custom password solution or provide any info about the best practices around this scenario? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think that password config is optional. So, I replaced the static value with env variable, you can proactive to provide your own value via |
Beta Was this translation helpful? Give feedback.
I think that password config is optional. So, I replaced the static value with env variable, you can proactive to provide your own value via
SE_SUPERVISORD_UNIX_SERVER_PASSWORD
, by default it is empty (unset)https://github.com/SeleniumHQ/docker-selenium/pull/2762/files