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",
|
"key": "DOCKER_MODS",
|
||||||
"value": "linuxserver/calibre-web:calibre",
|
"value": "ghcr.io/linuxserver/mods:universal-calibre",
|
||||||
"description": "",
|
"description": "",
|
||||||
"configurable": "no"
|
"configurable": "no"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: calibre-web
|
||||||
services:
|
services:
|
||||||
calibre-web:
|
calibre-web:
|
||||||
environment:
|
environment:
|
||||||
DOCKER_MODS: linuxserver/calibre-web:calibre
|
DOCKER_MODS: ghcr.io/linuxserver/mods:universal-calibre
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
|
|
Loading…
Reference in New Issue