upgrade auf 2025.5.d
This commit is contained in:
parent
ab538d991e
commit
c5f0a96cb3
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue