fix(wizarr): remove commented-out ports configuration

This commit is contained in:
Nathan 2026-05-31 09:54:11 -04:00
parent 9525bce59d
commit c148a0df76
2 changed files with 4 additions and 1 deletions

0
.gitattributes vendored Normal file
View File

View File

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