Update to newest version
This commit is contained in:
parent
daf2a1dd85
commit
d7d743ce8b
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
version: "3.6"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/postgres:15-alpine
|
image: docker.io/library/postgres:15-alpine
|
||||||
|
@ -27,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2023.10.0
|
image: docker.io/pretix/standalone:2024.7
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
Loading…
Reference in a new issue