fix(wizarr): use version 3.5.1 (#2081)
* fix(wizarr): use version 3.5.1 * fix(wizarr): update version on config.json
This commit is contained in:
parent
4a97a15825
commit
0a912cab8e
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "wizarr",
|
"id": "wizarr",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "3.5.2",
|
"version": "3.5.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
wizarr:
|
wizarr:
|
||||||
container_name: wizarr
|
container_name: wizarr
|
||||||
image: ghcr.io/wizarrrr/wizarr:3.5.2
|
image: ghcr.io/wizarrrr/wizarr:3.5.1
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:5690
|
- ${APP_PORT}:5690
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user