diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 4cf022a..2dcf083 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -3,8 +3,8 @@ services: container_name: wizarr mem_limit: 2048m image: ghcr.io/wizarrrr/wizarr:v2026.4.0 - # ports: - # - 5690:5690 + ports: + - 5690:5690 volumes: - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped