fix(prowlarr): versionning (#3881)
This commit is contained in:
parent
8ccfb42c10
commit
4ae3d6ef2d
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8109,
|
||||
"id": "prowlarr",
|
||||
"tipi_version": 8,
|
||||
"version": "1.18.0.4543-ls74",
|
||||
"tipi_version": 9,
|
||||
"version": "1.19.0",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
prowlarr: # Should be exact same name as "id" field in config.json
|
||||
container_name: prowlarr # Should be exact same name as "id" field in config.json
|
||||
image: ghcr.io/linuxserver/prowlarr:1.18.0.4543-ls74
|
||||
image: ghcr.io/linuxserver/prowlarr:1.19.0
|
||||
environment:
|
||||
- TZ=${TZ} # Can use any env variable. List in runtipi/templates/env-sample
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user