are you doing this on Windows, or Linux? I'm just speculating here that Powershell could misinterept that $ as a variable.
i know i'm beating a deadhorse, but you're typing this exactly?
docker run -d --restart unless-stopped --env "USERNAME=MY_EMAIL" --env "PASSWORD=MY_PASSWORD" --name frndlytv-for-channels -p 8183:80 matthuisman/frndlytv-for-channels
so yours would be:
docker run -d --restart unless-stopped --env "[email protected]" --env "PASSWORD=Poop123$" --name frndlytv-for-channels -p 8183:80 matthuisman/frndlytv-for-channels
replace Poop123$ with your password...
i just signed up for a trial and it worked on first try. and you're 100% sure password is right? account not locked out?




