File tree 1 file changed +3
-3
lines changed
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
139
139
npm run env:reset
140
140
```
141
141
142
- ### Apple Silicone machines and old MySQL versions
142
+ ### Apple Silicon machines and old MySQL versions
143
143
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.
145
145
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:
147
147
148
148
```
149
149
services:
You can’t perform that action at this time.
0 commit comments