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:
Fabio Tea 2023-08-03 05:06:30 +02:00 committed by GitHub
parent c9fb5ebb0c
commit 9a7e09b023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
},
{
"key": "DOCKER_MODS",
"value": "linuxserver/calibre-web:calibre",
"value": "ghcr.io/linuxserver/mods:universal-calibre",
"description": "",
"configurable": "no"
}

View File

@ -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