1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/drupal/docker-compose.yml

8 lines
104 B
YAML
Raw Normal View History

2016-03-05 11:47:20 +00:00
drupal:
image: drupal
ports:
- "8888:80"
volumes:
- /var/www/html/sites
restart: always