diff --git a/apps/wizarr/config.json b/apps/wizarr/config.json index 8f8ceead..00922e2b 100644 --- a/apps/wizarr/config.json +++ b/apps/wizarr/config.json @@ -5,11 +5,9 @@ "available": true, "exposable": true, "id": "wizarr", - "tipi_version": 5, - "version": "latest-3.4.2", - "categories": [ - "utilities" - ], + "tipi_version": 6, + "version": "3.4.8", + "categories": ["utilities"], "description": "Wizarr is an automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!", "short_desc": "Wizarr is an automatic user invitation system for Plex and Jellyfin.", "author": "https://github.com/Wizarrrr", diff --git a/apps/wizarr/docker-compose.yml b/apps/wizarr/docker-compose.yml index 3ad8f0ca..9aca56e7 100644 --- a/apps/wizarr/docker-compose.yml +++ b/apps/wizarr/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: wizarr: container_name: wizarr - image: ghcr.io/wizarrrr/wizarr:latest-3.4.2 + image: ghcr.io/wizarrrr/wizarr:3.4.8 ports: - ${APP_PORT}:5690 volumes: @@ -35,5 +35,3 @@ services: traefik.http.routers.wizarr-local.entrypoints: websecure traefik.http.routers.wizarr-local.service: wizarr traefik.http.routers.wizarr-local.tls: true - -