1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/phpvirtualbox/docker-compose.yml

10 lines
188 B
YAML
Raw Normal View History

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