1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02: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