Compare commits
2 commits
d9126a7fc7
...
b7c581b340
| Author | SHA1 | Date | |
|---|---|---|---|
| b7c581b340 | |||
|
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
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2026.3
|
image: docker.io/pretix/standalone:2026.4
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue