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: depends_on:
- db - db
db: db:
image: mariadb:latest image: jc21/mariadb-aria:latest
restart: always restart: always
environment: environment:
MYSQL_ROOT_PASSWORD: "npm" MYSQL_ROOT_PASSWORD: "npm"

View File

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