We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e884316 commit c5c7682Copy full SHA for c5c7682
1 file changed
README.md
@@ -78,6 +78,30 @@ docker exec -it 8294e1800058 /bin/sh
78
## Issues and Resolutions
79
--WIP---
80
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
105
## Important Docker commands
106
* ``docker-compose up`` Start all the containers.
107
* ``docker-compose down`` Stop all the containers.
0 commit comments