Open DopeDealers opened 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.
Yes I looked after I'm assuming it's the pass phrase like I mentioned. Any work around?
can you try it without a passphrase?
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:
vbox_websrv image: jazzdd/phpvirtualbox
vbox_websrv: container_name: vbox_websrv_1 restart: always volumes:
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