Skip to content

Commit af319b4

Browse files
author
Jamie Curnow
committed
Updated doc and example to use jc21/mariadb-aria now that it supports multiple arch
1 parent 1a15b4f commit af319b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
depends_on:
7575
- db
7676
db:
77-
image: mariadb:latest
77+
image: jc21/mariadb-aria:latest
7878
restart: always
7979
environment:
8080
MYSQL_ROOT_PASSWORD: "npm"

doc/example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
# if you want pretty colors in your docker logs:
1818
- FORCE_COLOR=1
1919
db:
20-
image: mariadb:latest
20+
image: jc21/mariadb-aria:latest
2121
restart: always
2222
environment:
2323
MYSQL_ROOT_PASSWORD: "npm"

0 commit comments

Comments
 (0)