File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,7 @@ As a work-around for this behavior, you can put vendor or third-party library di
148148 ```
149149 </details>
150150
151- 3 . (Recommended) Install [ magento2-dockergento-console] ( https://github.com/ModestCoders/magento2-dockergento-console )
152-
153- It is recommended to use this bash script tool for easier development workflow. See [dockergento workflow](#workflow)
151+ 3 . Install [ magento2-dockergento-console] ( https://github.com/ModestCoders/magento2-dockergento-console )
154152
155153## Usage
156154
@@ -163,8 +161,8 @@ As a work-around for this behavior, you can put vendor or third-party library di
163161### Start Application
164162
165163```
166- docker-compose up app
167- docker-compose exec phpfpm composer install
164+ dockergento start
165+ dockergento composer install
168166sudo vim /etc/hosts
169167// Add -> 127.0.0.1 <your-domain>
170168```
@@ -195,11 +193,11 @@ There is bug in docker that causes volumes to stop working and start behaving li
195193
196194* ` dockergento volumes-check `
197195
198- In case of confirmation that volumes are broken, restart dockergento
196+ In case of confirmation that volumes are broken, restart dockergento:
199197
200198* ` dockergento restart `
201199
202- NOTE: if volumes are still broken after restarting, you need to restart the docker app.
200+ ** NOTE** : if volumes are still broken after restarting, you need to restart the docker app :(
203201
204202## ChangeLog
205203
You can’t perform that action at this time.
0 commit comments