Skip to content

Commit aaebfd5

Browse files
authored
Update README.md
1 parent c7be111 commit aaebfd5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,24 @@ To connect to mysql server cli use the script `console.sh` from `mysql` folder.
7777
cd mysql
7878
./teardown.sh
7979
```
80+
81+
### How to start the services:
82+
Let say you have restarted the machine. In this case the docker containers should be started again:
83+
1. mysql:
84+
```bash
85+
docker start toolbox-mysql
86+
```
87+
2. php:
88+
```bash
89+
docker start toolbox-php
90+
```
91+
92+
If you run:
93+
```bash
94+
docker ps
95+
```
96+
you should see both containers active.
97+
8098
### Troubleshooting:
8199
TODO:
82100

0 commit comments

Comments
 (0)