tfenster/BCinaB

installation error - Creating bcinab_gui_1

Closed this issue · 5 comments

Get the following error when trying to do the installation. Have tried reverting to stable Docker (via uninstall & install) as I was initially using a nightly build but same error happens. Running Windows 10 1809.

annotation 2019-01-04 211607

annotation 2019-01-04 215127

Is anything running on port 8080? That would give the same error. Could you try to open docker-compose.yml with a text editor, find "8080" and change it to e.g. "8181" and then try again?

Oops yeah bonehead move on my part there. Changed port to 8082 but now get this error.

annotation 2019-01-06 003258

Strange, that error would usually indicate that the gui container can't reach the api container but as your screenshot shows, the api conatiner is up and running. How long does the api container take to start?

@MikeGlue Could you try again with the latest release? You would have to download https://raw.githubusercontent.com/tfenster/BCinaB/master/stuff/BCinaB.psm1 again, import it and do Update-BCinaB

Well I tried it on another machine (my main one actually) and it works just fine. The initial machine I was trying it on should've also worked but I'll do some more investigation to see why it doesn't. I'll close this for now and reopen if I find anything useful, but until then I'm good to go on my main machine!