mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
12 lines
255 B
YAML
12 lines
255 B
YAML
|
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
|