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

@ -24,7 +24,7 @@ services:
build: backend build: backend
... ...
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -12,7 +12,7 @@ services:
# db: # db:
# condition: service_healthy # condition: service_healthy
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -21,7 +21,7 @@ services:
build: backend build: backend
... ...
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -1,6 +1,6 @@
services: services:
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -24,7 +24,7 @@ services:
build: backend build: backend
... ...
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -7,7 +7,7 @@ services:
db: db:
condition: service_healthy condition: service_healthy
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -27,7 +27,7 @@ services:
- 9230:9230 - 9230:9230
... ...
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -28,7 +28,7 @@ services:
depends_on: depends_on:
- db - db
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -23,7 +23,7 @@ services:
build: backend build: backend
... ...
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -13,7 +13,7 @@ services:
db: db:
condition: service_healthy condition: service_healthy
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.19 #image: mysql:8.0.19

View File

@ -22,7 +22,7 @@ services:
ports: ports:
- 8080:8080 - 8080:8080
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -6,7 +6,7 @@ services:
secrets: secrets:
- db-password - db-password
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -13,7 +13,7 @@ Project structure:
``` ```
services: services:
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27

View File

@ -1,6 +1,6 @@
services: services:
db: 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 image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27