upgrade auf 2025.5.d

This commit is contained in:
Czechman 2025-10-07 12:15:42 +00:00
parent ab538d991e
commit c5f0a96cb3
1 changed files with 4 additions and 2 deletions

View File

@ -7,19 +7,21 @@ networks:
services: services:
wizarr: wizarr:
image: ghcr.io/wizarrrr/wizarr:4.2.0 image: ghcr.io/wizarrrr/wizarr:2025.5.d
container_name: wizarr container_name: wizarr
restart: always restart: always
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Berlin - TZ=Europe/Berlin
- DISABLE_BUILTIN_AUTH=false
ports: ports:
- "5690:5690" - "5690:5690"
networks: networks:
- wizarr - wizarr
volumes: volumes:
- "/docker/wizarr/database:/data/database" - "/docker/wizarr/data:/data"
- "/docker/wizarr/data/database:/data/database"
logging: logging:
driver: "gelf" driver: "gelf"
options: options: