From af319b472967c788eda6cdc8a020808ccd06979d Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 9 Mar 2020 15:22:24 +1000 Subject: [PATCH] Updated doc and example to use jc21/mariadb-aria now that it supports multiple arch --- doc/INSTALL.md | 2 +- doc/example/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f86a178..1309a88 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -74,7 +74,7 @@ services: depends_on: - db db: - image: mariadb:latest + image: jc21/mariadb-aria:latest restart: always environment: MYSQL_ROOT_PASSWORD: "npm" diff --git a/doc/example/docker-compose.yml b/doc/example/docker-compose.yml index e6707b9..3526e8e 100644 --- a/doc/example/docker-compose.yml +++ b/doc/example/docker-compose.yml @@ -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"