File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ The development environment can be reset. This will destroy the database and att
139139npm run env:reset
140140```
141141
142- ### Apple Silicone machines and old MySQL versions
142+ ### Apple Silicon machines and old MySQL versions
143143
144- The MySQL Docker images do not support Apple Silicone processors (M1, M2, etc.) for MySQL versions 5.7 and earlier.
144+ The MySQL Docker images do not support Apple Silicon processors (M1, M2, etc.) for MySQL versions 5.7 and earlier.
145145
146- When using MySQL <= 5.7 on an Apple Silicone machine, you must create a ` docker-compose.override.yml ` file with the following contents:
146+ When using MySQL <= 5.7 on an Apple Silicon machine, you must create a ` docker-compose.override.yml ` file with the following contents:
147147
148148```
149149services:
You can’t perform that action at this time.
0 commit comments