2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00

update phpvirtualbox

This commit is contained in:
kev
2019-10-21 16:21:10 +08:00
parent 79d8dac378
commit 3185a204b4
8 changed files with 137 additions and 293 deletions

View File

@@ -2,10 +2,8 @@ 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,
volumes:
- ./data/config.php:/var/www/config.php:ro
extra_hosts:
- vboxwebsrv:x.x.x.x
restart: always