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
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Containers created and their ports (if used) are as follows:
23
23
-**composer**
24
24
-**artisan**
25
25
26
-
##Persistant MySQL Storage
26
+
##Persistent MySQL Storage
27
27
28
-
By default, whenever you bring down the docker-compose network, your MySQL data will be removed after the containers are destroyed. If you would like to havepersistant data that remains after bringing containers down and back up, do the following:
28
+
By default, whenever you bring down the docker-compose network, your MySQL data will be removed after the containers are destroyed. If you would like to havepersistent data that remains after bringing containers down and back up, do the following:
29
29
30
30
1. Create a`mysql` folder in the project root, alongside the`nginx` and`src` folders.
31
31
2. Under the mysql service in your`docker-compose.yml` file, add the following lines: