mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
add support of arm64 architecture for nginx-golang-mysql
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
7db7d319ac
commit
506ef4d9d4
2 changed files with 13 additions and 2 deletions
|
@ -7,7 +7,10 @@ services:
|
|||
db:
|
||||
condition: service_healthy
|
||||
db:
|
||||
image: mysql:8.0.19
|
||||
# We use a mariadb image which support 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
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
restart: always
|
||||
healthcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue