1
0
Fork 0
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:
Guillaume Lours 2021-11-05 22:00:13 +01:00
parent 92684cffd0
commit 7db7d319ac
2 changed files with 13 additions and 2 deletions

View file

@ -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: