mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
10 lines
188 B
YAML
10 lines
188 B
YAML
phpvirtualbox:
|
|
image: vimagick/phpvirtualbox
|
|
ports:
|
|
- "8888:80"
|
|
volumes:
|
|
- ./data/config.php:/var/www/config.php:ro
|
|
extra_hosts:
|
|
- vboxwebsrv:x.x.x.x
|
|
restart: always
|