From 9fcd32c2cab3e8c34c0582de03d4e3e230b52afa Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 2 Jan 2019 12:51:01 +1000 Subject: [PATCH] Fix examples to use Aria db variant --- 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 615424e..e68c699 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -57,7 +57,7 @@ services: depends_on: - db db: - image: mariadb + image: jc21/mariadb-aria restart: always environment: MYSQL_ROOT_PASSWORD: "password123" diff --git a/doc/example/docker-compose.yml b/doc/example/docker-compose.yml index 0df2960..4547bbc 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 + image: jc21/mariadb-aria restart: always environment: MYSQL_ROOT_PASSWORD: "password123"