mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
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:
parent
f5d3c57a17
commit
a193150b15
14 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue