We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a15b4f commit af319b4Copy full SHA for af319b4
doc/INSTALL.md
@@ -74,7 +74,7 @@ services:
74
depends_on:
75
- db
76
db:
77
- image: mariadb:latest
+ image: jc21/mariadb-aria:latest
78
restart: always
79
environment:
80
MYSQL_ROOT_PASSWORD: "npm"
doc/example/docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
# if you want pretty colors in your docker logs:
18
- FORCE_COLOR=1
19
20
21
22
23
0 commit comments