replaced deprecated DOCKER_MODS (#234)
```bash ... * Setting up desktop integration failed with error: ******************************************************** ******************************************************** * * * !!!! * * This mod is no longer updated, please switch to * * ghcr.io/linuxserver/mods:universal-calibre * * * * * ******************************************************** ******************************************************** ... ``` self explanatory, I guess :)
This commit is contained in:
parent
c9fb5ebb0c
commit
9a7e09b023
|
@ -59,7 +59,7 @@
|
|||
},
|
||||
{
|
||||
"key": "DOCKER_MODS",
|
||||
"value": "linuxserver/calibre-web:calibre",
|
||||
"value": "ghcr.io/linuxserver/mods:universal-calibre",
|
||||
"description": "",
|
||||
"configurable": "no"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ name: calibre-web
|
|||
services:
|
||||
calibre-web:
|
||||
environment:
|
||||
DOCKER_MODS: linuxserver/calibre-web:calibre
|
||||
DOCKER_MODS: ghcr.io/linuxserver/mods:universal-calibre
|
||||
PGID: $PGID
|
||||
PUID: $PUID
|
||||
TZ: $TZ
|
||||
|
|
Loading…
Reference in New Issue