Skip to content

Commit f3f9ca2

Browse files
committed
Updates docker-compose to Docker Compose
1 parent 75e4d79 commit f3f9ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Three additional containers are included that handle Composer, NPM, and Artisan
2424

2525
## Persistent MySQL Storage
2626

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:
2828

2929
1. Create a `mysql` folder in the project root, alongside the `nginx` and `src` folders.
3030
2. Under the mysql service in your `docker-compose.yml` file, add the following lines:

0 commit comments

Comments
 (0)