mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
typofix
This commit is contained in:
parent
13a91f2227
commit
2b1b8c8a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Fleet currently has two infrastructure dependencies in addition to the `fleet` w
|
|||
|
||||
### MySQL
|
||||
|
||||
Fleet uses MySQL extensively as it's main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `fleet` binary to use the correct MySQL instance, see the [Configuration](./2-Configuration.md) document.
|
||||
Fleet uses MySQL extensively as its main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `fleet` binary to use the correct MySQL instance, see the [Configuration](./2-Configuration.md) document.
|
||||
|
||||
Fleet requires at least MySQL version 5.7.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue