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
|
||||
- attr_list
|
||||
- codehilite
|
||||
- pymdownx.superfences:
|
||||
css_class: codehilite
|
||||
|
||||
theme:
|
||||
name: shadcn
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
database:
|
||||
image: docker.io/library/mariadb:11
|
||||
image: docker.io/library/mariadb:12
|
||||
environment:
|
||||
- "MARIADB_DATABASE=wordpress"
|
||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue