1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/drupal/docker-compose.yml

8 lines
112 B
YAML
Raw Normal View History

2016-03-05 19:47:20 +08:00
drupal:
image: drupal
ports:
- "8888:80"
volumes:
2016-03-08 18:05:24 +08:00
- /var/www/html/sites/default
2016-03-05 19:47:20 +08:00
restart: always