jazzdd86 / phpVirtualbox

41 stars 45 forks source link

Fresh install phpvirtualbox docker #21

Open DopeDealers opened 8 months ago

DopeDealers commented 8 months ago

Hello! im writing this because im using your image with docker-compose and I cant seem to login to the web interface

`version: '3' services: vbox_http: container_name: vbox_http restart: always ports:

removed sensitive data but I get this error Could not connect to host (http://vbox_websrv_1:18083/)

any step in the right direction would be nice along with that I use an SSH key with a passphrase idk if that has anything to do with it but thought id include it

jazzdd86 commented 8 months ago

Hi, did you have a look in the vbox_websrv logs if the ssh connection works? If yes, is the vbox_websrv_1 service running out of the same docker compose file? If no, they need to be in the same virtual network.

DopeDealers commented 8 months ago

Yes I looked after I'm assuming it's the pass phrase like I mentioned. Any work around?

jazzdd86 commented 8 months ago

can you try it without a passphrase?