Skip to content

Commit c5c7682

Browse files
Update README.md
1 parent e884316 commit c5c7682

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,30 @@ docker exec -it 8294e1800058 /bin/sh
7878
## Issues and Resolutions
7979
--WIP---
8080

81+
## Directory Structure
82+
```
83+
.
84+
├── LICENSE
85+
├── README.md
86+
├── apache
87+
│   ├── Dockerfile
88+
│   └── local.apache.conf
89+
├── docker-compose.yml
90+
├── docroot
91+
│   └── drupal8
92+
| ├── config
93+
│   ├── drush
94+
│   ├── scripts
95+
│   ├── vendor
96+
│   └── web
97+
| ├── core
98+
│   ├── modules
99+
│   ├── profiles
100+
│   ├── sites
101+
│   └── themes
102+
└── php
103+
└── Dockerfile
104+
```
81105
## Important Docker commands
82106
* ``docker-compose up`` Start all the containers.
83107
* ``docker-compose down`` Stop all the containers.

0 commit comments

Comments
 (0)