Skip to content

Commit

Permalink
Fix examples to use Aria db variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jan 2, 2019
1 parent 2657bcf commit 9fcd32c
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 @@ -57,7 +57,7 @@ services:
depends_on:
- db
db:
image: mariadb
image: jc21/mariadb-aria
restart: always
environment:
MYSQL_ROOT_PASSWORD: "password123"
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
image: jc21/mariadb-aria
restart: always
environment:
MYSQL_ROOT_PASSWORD: "password123"
Expand Down

0 comments on commit 9fcd32c

Please sign in to comment.