fix: update wizarr image version to v2026.7.1
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

This commit is contained in:
Nathan 2026-07-06 14:09:32 -04:00
parent 078b0b423c
commit 5c8a7f9b11

View File

@ -2,12 +2,9 @@ services:
wizarr:
container_name: wizarr
mem_limit: 2048m
image: ghcr.io/wizarrrr/wizarr:v2026.4.0
<<<<<<< HEAD
image: ghcr.io/wizarrrr/wizarr:v2026.7.1
ports:
- 5690:5690
=======
>>>>>>> bbe6f8a (fix(wizarr): remove commented-out ports configuration)
volumes:
- /mnt/appdata/wizarr/data:/data/database
restart: unless-stopped