mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
Update Building-Fleet.md (#22858)
Updated MySQL instruction for macOS M1
This commit is contained in:
parent
a795046ec9
commit
f2fedb0187
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ docker compose up
|
|||
```
|
||||
|
||||
> Note: you can customize the DB Docker image via the environment variables FLEET_MYSQL_IMAGE and FLEET_MYSQL_PLATFORM. For example:
|
||||
> - To run in macOS M1, set FLEET_MYSQL_IMAGE=arm64v8/mysql:oracle FLEET_MYSQL_PLATFORM=linux/arm64/v8
|
||||
> - To run in macOS M1+, set FLEET_MYSQL_PLATFORM=linux/arm64/v8
|
||||
> - To test with MariaDB, set FLEET_MYSQL_IMAGE to mariadb:10.6 or the like (note MariaDB is not officially supported).
|
||||
|
||||
### Stopping the local development environment
|
||||
|
|
|
|||
Loading…
Reference in a new issue