1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/phpvirtualbox/docker-compose.yml

10 lines
188 B
YAML
Raw Normal View History

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