From a193150b157d3a9ed2cfaa32ae3b9a9a8c92af2f Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Mon, 8 Nov 2021 11:38:21 +0100 Subject: [PATCH] fix typo in comment of why using mariadb instead of mysql for arm64 arch Signed-off-by: Guillaume Lours --- nginx-aspnet-mysql/README.md | 2 +- nginx-aspnet-mysql/docker-compose.yaml | 2 +- nginx-flask-mysql/README.md | 2 +- nginx-flask-mysql/docker-compose.yaml | 2 +- nginx-golang-mysql/README.md | 2 +- nginx-golang-mysql/docker-compose.yaml | 2 +- react-express-mysql/README.md | 2 +- react-express-mysql/docker-compose.yaml | 2 +- react-java-mysql/README.md | 2 +- react-java-mysql/docker-compose.yaml | 2 +- sparkjava-mysql/README.md | 2 +- sparkjava-mysql/docker-compose.yaml | 2 +- wordpress-mysql/README.md | 2 +- wordpress-mysql/docker-compose.yaml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nginx-aspnet-mysql/README.md b/nginx-aspnet-mysql/README.md index abf3a1a..4dc4d1f 100644 --- a/nginx-aspnet-mysql/README.md +++ b/nginx-aspnet-mysql/README.md @@ -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 diff --git a/nginx-aspnet-mysql/docker-compose.yaml b/nginx-aspnet-mysql/docker-compose.yaml index 8bf2f62..9e810d1 100644 --- a/nginx-aspnet-mysql/docker-compose.yaml +++ b/nginx-aspnet-mysql/docker-compose.yaml @@ -12,7 +12,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 diff --git a/nginx-flask-mysql/README.md b/nginx-flask-mysql/README.md index 2316fed..7ee03fd 100644 --- a/nginx-flask-mysql/README.md +++ b/nginx-flask-mysql/README.md @@ -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 diff --git a/nginx-flask-mysql/docker-compose.yaml b/nginx-flask-mysql/docker-compose.yaml index 822f2b0..a221206 100644 --- a/nginx-flask-mysql/docker-compose.yaml +++ b/nginx-flask-mysql/docker-compose.yaml @@ -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 diff --git a/nginx-golang-mysql/README.md b/nginx-golang-mysql/README.md index 6760b0a..605c2cc 100644 --- a/nginx-golang-mysql/README.md +++ b/nginx-golang-mysql/README.md @@ -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 diff --git a/nginx-golang-mysql/docker-compose.yaml b/nginx-golang-mysql/docker-compose.yaml index 6fb8f73..9568b84 100644 --- a/nginx-golang-mysql/docker-compose.yaml +++ b/nginx-golang-mysql/docker-compose.yaml @@ -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 diff --git a/react-express-mysql/README.md b/react-express-mysql/README.md index 716f5a9..4e136b6 100644 --- a/react-express-mysql/README.md +++ b/react-express-mysql/README.md @@ -27,7 +27,7 @@ services: - 9230:9230 ... 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 diff --git a/react-express-mysql/docker-compose.yaml b/react-express-mysql/docker-compose.yaml index 57d47ce..7a1e710 100644 --- a/react-express-mysql/docker-compose.yaml +++ b/react-express-mysql/docker-compose.yaml @@ -28,7 +28,7 @@ services: depends_on: - 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 # If you really want to use MySQL, uncomment the following line #image: mysql:8.0.27 diff --git a/react-java-mysql/README.md b/react-java-mysql/README.md index bd5994e..25e83da 100644 --- a/react-java-mysql/README.md +++ b/react-java-mysql/README.md @@ -23,7 +23,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 diff --git a/react-java-mysql/docker-compose.yaml b/react-java-mysql/docker-compose.yaml index ebf8a75..19f4c48 100644 --- a/react-java-mysql/docker-compose.yaml +++ b/react-java-mysql/docker-compose.yaml @@ -13,7 +13,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.19 diff --git a/sparkjava-mysql/README.md b/sparkjava-mysql/README.md index ba26546..945377f 100644 --- a/sparkjava-mysql/README.md +++ b/sparkjava-mysql/README.md @@ -22,7 +22,7 @@ services: ports: - 8080:8080 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 diff --git a/sparkjava-mysql/docker-compose.yaml b/sparkjava-mysql/docker-compose.yaml index 28c8d3d..54f7e98 100644 --- a/sparkjava-mysql/docker-compose.yaml +++ b/sparkjava-mysql/docker-compose.yaml @@ -6,7 +6,7 @@ services: secrets: - db-password 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 diff --git a/wordpress-mysql/README.md b/wordpress-mysql/README.md index 79fd736..e7ea59d 100644 --- a/wordpress-mysql/README.md +++ b/wordpress-mysql/README.md @@ -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 diff --git a/wordpress-mysql/docker-compose.yaml b/wordpress-mysql/docker-compose.yaml index 2e2c955..afa0f46 100644 --- a/wordpress-mysql/docker-compose.yaml +++ b/wordpress-mysql/docker-compose.yaml @@ -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