Skip to content

Commit 42653b0

Browse files
committed
use Mariadb arm64 compatible image instead of mysql one
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 5801177 commit 42653b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
environment:
55
MYSQL_DATABASE: example
66
MYSQL_ROOT_PASSWORD_FILE: /run/secrets/db-password
7-
image: mysql:8.0.19
7+
image: mariadb:10.6.4-focal
88
restart: always
99
secrets:
1010
- db-password

Diff for: docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
environment:
55
MYSQL_DATABASE: example
66
MYSQL_ROOT_PASSWORD_FILE: /run/secrets/db-password
7-
image: mysql:8.0.19
7+
image: mariadb:10.6.4-focal
88
restart: always
99
secrets:
1010
- db-password

0 commit comments

Comments
 (0)