Skip to content

Fresh install phpvirtualbox docker #21

@DopeDealers

Description

@DopeDealers

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:
- "8085:80"
environment:
SRV1_HOSTPORT: "vbox_websrv_1:18083"
SRV1_NAME: "Cyci: Miami"
SRV1_USER: "ubuntu"
SRV1_PW: "pass"
depends_on:
- vbox_websrv
image: jazzdd/phpvirtualbox

vbox_websrv:
    container_name: vbox_websrv_1
    restart: always
    volumes:
        - "./ssh:/root/.ssh"
    environment:
        USE_KEY: 1
        SSH_PORT: port
    image: jazzdd/vboxwebsrv
    command: ubuntu@ip`

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions