1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/phpvirtualbox/docker-compose.yml

12 lines
253 B
YAML
Raw Normal View History

2016-06-06 16:51:39 +00:00
phpvirtualbox:
2016-06-14 08:32:44 +00:00
image: vimagick/phpvirtualbox
2016-06-06 16:51:39 +00:00
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