Upgrade to current version

This commit is contained in:
Stefan Bethke 2024-09-13 20:00:39 +02:00
parent dfbc8e58a9
commit a41af95f20

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: docker.io/redis:7 image: docker.io/library/redis:7
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes:
@ -25,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2024.7 image: docker.io/pretix/standalone:2024.8
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"