1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/phpvirtualbox/arm/docker-compose.yml

10 lines
190 B
YAML
Raw Normal View History

phpvirtualbox:
image: easypi/phpvirtualbox-arm
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
restart: always