1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/phpvirtualbox/docker-compose.yml

10 lines
188 B
YAML
Raw Normal View History

2016-06-06 18:51:39 +02:00
phpvirtualbox:
2016-06-14 10:32:44 +02:00
image: vimagick/phpvirtualbox
2016-06-06 18:51:39 +02:00
ports:
- "8888:80"
2019-10-21 10:21:10 +02:00
volumes:
- ./data/config.php:/var/www/config.php:ro
extra_hosts:
- vboxwebsrv:x.x.x.x
2016-06-06 18:51:39 +02:00
restart: always