We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2657bcf commit 9fcd32cCopy full SHA for 9fcd32c
doc/INSTALL.md
@@ -57,7 +57,7 @@ services:
57
depends_on:
58
- db
59
db:
60
- image: mariadb
+ image: jc21/mariadb-aria
61
restart: always
62
environment:
63
MYSQL_ROOT_PASSWORD: "password123"
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