1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/drupal/docker-compose.yml

8 lines
112 B
YAML
Raw Normal View History

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