mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
add support of arm64 architecture for nginx-flask-mysql
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
92684cffd0
commit
7db7d319ac
2 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
services:
|
||||
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