1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/phpvirtualbox/arm
..
data
docker-compose.yml
Dockerfile
nginx.conf
README.md

phpvirtualbox

This is a fork of jazzdd86/phpvirtualbox.

phpVirtualBox is a modern web interface that allows you to control remote VirtualBox instances - mirroring the VirtualBox GUI.

docker-compose.yml

phpvirtualbox:
  image: easypi/phpvirtualbox-arm
  ports:
    - "8888:80"
  environment:
    - ID_PORT_18083_TCP=remote-server:18083
    - ID_NAME=Vbox
    - ID_USER=username
    - ID_PW=password
    - CONF_browserRestrictFolders=/data,
  restart: always

screenshot