From 0f3224a5aa03edb56e280bb0a35581eccf4af933 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Jul 2022 00:24:55 +0000 Subject: [PATCH] Github bot : json sorted --- calibre_web/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 1d3c9d2d9..2e2fa0bc0 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -41,13 +41,13 @@ "/dev/nvme2" ], "environment": { + "DOCKER_MODS": "linuxserver/mods:universal-calibre", "FM_HOME": "/config/addons_config/calibre-web", "HOME": "/config/addons_config/calibre-web", "PGID": "0", "PUID": "0", "calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web", - "shm_size": "1gb", - "DOCKER_MODS": "linuxserver/mods:universal-calibre" + "shm_size": "1gb" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/calibre-web-{arch}",