Compare commits
2 commits
06c06ff3a5
...
bd2d36ac66
| Author | SHA1 | Date | |
|---|---|---|---|
| bd2d36ac66 | |||
|
8428d5a66b |
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- attr_list
|
- attr_list
|
||||||
- codehilite
|
- codehilite
|
||||||
|
- pymdownx.superfences:
|
||||||
|
css_class: codehilite
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: shadcn
|
name: shadcn
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/mariadb:11
|
image: docker.io/library/mariadb:12
|
||||||
environment:
|
environment:
|
||||||
- "MARIADB_DATABASE=wordpress"
|
- "MARIADB_DATABASE=wordpress"
|
||||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue