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:
@@ -24,7 +24,7 @@ services:
|
||||
build: backend
|
||||
...
|
||||
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
|
||||
|
@@ -7,7 +7,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
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
|
||||
|
Reference in New Issue
Block a user