Skip to content

Commit 9fcd32c

Browse files
committed
Fix examples to use Aria db variant
1 parent 2657bcf commit 9fcd32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
depends_on:
5858
- db
5959
db:
60-
image: mariadb
60+
image: jc21/mariadb-aria
6161
restart: always
6262
environment:
6363
MYSQL_ROOT_PASSWORD: "password123"

doc/example/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
# if you want pretty colors in your docker logs:
1818
- FORCE_COLOR=1
1919
db:
20-
image: mariadb
20+
image: jc21/mariadb-aria
2121
restart: always
2222
environment:
2323
MYSQL_ROOT_PASSWORD: "password123"

0 commit comments

Comments
 (0)