fix typo in comment of why using mariadb instead of mysql for arm64 arch

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2021-11-08 11:38:21 +01:00
parent f5d3c57a17
commit a193150b15
14 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ Project structure:
```
services:
db:
# We use a mariadb image which support both amd64 & arm64 architecture
# We use a mariadb image which supports both amd64 & arm64 architecture
image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27

View File

@@ -1,6 +1,6 @@
services:
db:
# We use a mariadb image which support both amd64 & arm64 architecture
# We use a mariadb image which supports both amd64 & arm64 architecture
image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27