You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Watch this tutorial at https://youtu.be/tIbMSqTEpfY
42
42
Download [test-dump.sql](https://github.com/varunon9/getting-started-docker-mysql-nodejs/blob/master/mysql-microservice/test-dump.sql) and put it inside mysql-microservice folder along with Dockerfile
43
43
44
44
7. Create a data directory where mysql will store its content `mkdir data`.
45
-
We will specify this directory wile running our mysql container.
45
+
We will specify this directory while running our mysql container.
46
46
On Linux default storage directory is `/var/lib/mysql` but in this tutorial we'll use a custom storage directory.
47
47
48
48
8. Build the image with Dockerfile `docker build -t test-mysql .`
@@ -169,4 +169,4 @@ Here 192.168.43.147 is my host IpAddress `ifconfig | grep inet`
169
169
170
170
### Queries/Comments
171
171
172
-
You can contact me at varunon9@gmail.com or create github issues.
172
+
You can contact me at varunon9@gmail.com or create github issues.
0 commit comments