Skip to content
Snippets Groups Projects
Commit 101791ec authored by Chris Shantz's avatar Chris Shantz
Browse files

Update README.md made changes to how the inline code appears.

parent 61fe4c1a
No related branches found
No related tags found
No related merge requests found
...@@ -70,5 +70,5 @@ You will need to use Windows Powershell (as Admin) and enter: ...@@ -70,5 +70,5 @@ You will need to use Windows Powershell (as Admin) and enter:
```bash ```bash
$Env:COMPOSE_CONVERT_WINDOWS_PATHS=1 $Env:COMPOSE_CONVERT_WINDOWS_PATHS=1
``` ```
***IMPORTANT*** If you run docker-compose kill you stop all the containers, if you run docker-compose up -d again the containers come back in the state you left them (so sites exsist that you created). **IMPORTANT!** If you run ```docker-compose kill``` you stop all the containers, if you run ```docker-compose up -d``` again the containers come back in the state you left them (so sites exsist that you created).
If, after you run docker-compose kill you power off the Virtual Machine in vagrant (usually called default) then the next time you run docker-compose up -d it will rebuild the containers. If, after you run ```docker-compose kill``` you power off the Virtual Machine in vagrant (usually called default) then the next time you run ```docker-compose up -d``` it will rebuild the containers.
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment