Skip to content

Commit 6d19128

Browse files
Update README.md
1 parent 1ebbff9 commit 6d19128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ Since you will be using the `root` user inside the container, so you should have
111111
```
112112
If it shows you `index.php` that means it mounts to your local repository i.e. `docroot`.
113113

114-
6. Now hit the http://localhost:80 in browser to ensure setup is successful. Along with the below output, you will also see phpinfo() output.
114+
6. Now hit the http://localhost:80 in browser to ensure setup is successful. Along with the below output, you will also see `phpinfo()` output.
115115
```
116116
Congratulations!! Docker setup connection is successful.
117117
Checking MySQL integration with php.
118118
MySql connection is successful!
119119
```
120120

121-
7. Now the docker setup is done, you can put your local codebase inside the `docroot`. Now it's up to you whether you want to run multiple drupal instances within this repository or a single one. If you want to manage multiple repositories then keep the project folder inside the `docroot` repository. For example, in our case, it's `drupal8` repository.
121+
7. Now the docker setup is done, you can put your local codebase inside the `docroot`. Now it's up to you whether you want to run multiple drupal instances within this repository or only one. If you want to manage multiple repositories then keep the project folder inside the `docroot` repository. For example, in our case, it's `drupal8` repository.
122122

123123
```
124124
.

0 commit comments

Comments
 (0)