Updated doc and example to use jc21/mariadb-aria now that it supports multiple arch

This commit is contained in:
Jamie Curnow 2020-03-09 15:22:24 +10:00
parent 1a15b4f18d
commit af319b4729
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ services:
depends_on:
- db
db:
image: mariadb:latest
image: jc21/mariadb-aria:latest
restart: always
environment:
MYSQL_ROOT_PASSWORD: "npm"

View File

@ -17,7 +17,7 @@ services:
# if you want pretty colors in your docker logs:
- FORCE_COLOR=1
db:
image: mariadb:latest
image: jc21/mariadb-aria:latest
restart: always
environment:
MYSQL_ROOT_PASSWORD: "npm"