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: development/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,9 @@ There are several environment variables required to run the `docker-compose` com
25
25
26
26
The `.env` file should contain a variable called `DATABASE` that is used to choose which database to use for development (mysql or mariadb).
27
27
28
-
If you change the value of the `DATABASE` variable at any time during development, you will need to remove the old database volume in order and rebuild the images to prevent errors.
28
+
If you change the value of the `DATABASE` variable at any time during development, you will need to remove the old database volume in order and rebuild the images to prevent errors.
29
29
30
-
1. list all Docker volumes to find the relevant volume
0 commit comments