1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:47:10 +02:00

add docker-compose.yml for phpvirtualbox-arm

This commit is contained in:
kev 2016-06-07 09:32:49 +08:00
parent b7426935c5
commit e53a329c46
6 changed files with 11 additions and 0 deletions

0
phpvirtualbox/arm/Dockerfile Executable file → Normal file
View File

0
phpvirtualbox/arm/README.md Executable file → Normal file
View File

0
phpvirtualbox/arm/config.php Executable file → Normal file
View File

View File

@ -0,0 +1,11 @@
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

0
phpvirtualbox/arm/nginx.conf Executable file → Normal file
View File

0
phpvirtualbox/arm/servers-from-env.php Executable file → Normal file
View File