1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/phpvirtualbox/docker-compose.yml
2016-06-14 16:33:12 +08:00

12 lines
253 B
YAML

phpvirtualbox:
image: vimagick/phpvirtualbox
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