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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Three additional containers are included that handle Composer, NPM, and Artisan
24
24
25
25
## Persistent MySQL Storage
26
26
27
-
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 have persistent data that remains after bringing containers down and back up, do the following:
27
+
By default, whenever you bring down the Docker network, your MySQL data will be removed after the containers are destroyed. If you would like to have persistent data that remains after bringing containers down and back up, do the following:
28
28
29
29
1. Create a `mysql` folder in the project root, alongside the `nginx` and `src` folders.
30
30
2. Under the mysql service in your `docker-compose.yml` file, add the following lines:
0 commit comments