mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
add support of arm64 architecture for sparkjava-mysql
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
a36bf4fd8b
commit
443f207cf5
2 changed files with 13 additions and 2 deletions
|
@ -6,7 +6,10 @@ services:
|
|||
secrets:
|
||||
- db-password
|
||||
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
|
||||
restart: always
|
||||
secrets:
|
||||
- db-password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue