1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/drupal/docker-compose.yml
2016-03-08 18:05:24 +08:00

8 lines
112 B
YAML

drupal:
image: drupal
ports:
- "8888:80"
volumes:
- /var/www/html/sites/default
restart: always