Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guoxiangke/docker-compose-drupal-composer

docker-compose with drupal-composer
https://github.com/guoxiangke/docker-compose-drupal-composer

Last synced: 15 days ago
JSON representation

docker-compose with drupal-composer

Awesome Lists containing this project

README

        

# docker-compose run Drupal 8 with drupal-composer/drupal-project

## build it!
docker build -t="drupal:composer" .
## start it
docker-compose -p drupal8 up -d --build --remove-orphans --force-recreate
## stop it
docker-compose -p drupal8 down