[READ-ONLY] Mirror of https://github.com/shuuji3/drupal-docker-compose. Quick launch of Drupal demo site
0

Configure Feed

Select the types of activity you want to include in your feed.

Create README.md

+11
+11
README.md
··· 1 + # drupal-docker-compose 2 + Quick launch of Drupal demo site 3 + 4 + ## Usage 5 + 6 + ```shell 7 + cp .env.sample .env 8 + editor .env 9 + docker-compose up -d 10 + open http://localhost 11 + ```