Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guoxiangke/dcdc_opigno


https://github.com/guoxiangke/dcdc_opigno

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

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

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