Skip to content

Commit

Permalink
Updated doc and example to use jc21/mariadb-aria now that it supports…
Browse files Browse the repository at this point in the history
… multiple arch
  • Loading branch information
Jamie Curnow committed Mar 9, 2020
1 parent 1a15b4f commit af319b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
depends_on:
- db
db:
image: mariadb:latest
image: jc21/mariadb-aria:latest
restart: always
environment:
MYSQL_ROOT_PASSWORD: "npm"
Expand Down
2 changes: 1 addition & 1 deletion doc/example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit af319b4

Please sign in to comment.