Changeset 57568 for trunk/README.md
- Timestamp:
- 02/08/2024 07:10:10 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r57212 r57568 119 119 ``` 120 120 121 #### Resetting the development environment 122 123 The development environment can be reset. This will destroy the database and attempt to remove the pulled Docker images. 124 125 ``` 126 npm run env:reset 127 ``` 128 129 ### Apple Silicone machines and old MySQL versions 130 131 The MySQL Docker images do not support Apple Silicone processors (M1, M2, etc.) for MySQL versions 5.7 and earlier. 132 133 When using MySQL <= 5.7 on an Apple Silicone machine, you must create a `docker-compose.override.yml` file with the following contents: 134 135 ``` 136 services: 137 138 mysql: 139 platform: linux/amd64 140 ``` 141 142 Additionally, the "Use Rosetta for x86/AMD64 emulation on Apple Silicon" setting in Docker needs to be disabled for this workaround. 143 121 144 ## Credentials 122 145
Note: See TracChangeset
for help on using the changeset viewer.