1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/phpvirtualbox/docker-compose.yml

12 lines
253 B
YAML
Raw Normal View History

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