Closed cdaller closed 6 years ago
the example start script tries to set the username to login, but this does not work - the username to use still is "beef".
docker run -itd \ --name=beef \ -p 3000:3000 \ -p 6789:6789 \ -p 61985:61985 \ -p 61986:61986 \ -e BEEF_USER=customuser \ <=== this has no effect -e BEEF_PASSWORD=custompassphrase \ ilyaglow/beef
Not a big think - just wanted to let you know.
Thanks for the working dockerfile!
Nice catch, thanks!
the example start script tries to set the username to login, but this does not work - the username to use still is "beef".
Not a big think - just wanted to let you know.
Thanks for the working dockerfile!