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:
@@ -21,7 +21,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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user