mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 23:01:49 +02:00
Change config location https://github.com/alexbelgium/hassio-addons/issues/1177
This commit is contained in:
@@ -59,11 +59,11 @@
|
||||
],
|
||||
"environment": {
|
||||
"DOCKER_MODS": "linuxserver/mods:universal-calibre",
|
||||
"FM_HOME": "/config/addons_config/calibre-web",
|
||||
"HOME": "/config/addons_config/calibre-web",
|
||||
"FM_HOME": "/config",
|
||||
"HOME": "/config",
|
||||
"PGID": "0",
|
||||
"PUID": "0",
|
||||
"calibre-web_CONFIG_DIRECTORY": "/config/addons_config/calibre-web",
|
||||
"calibre-web_CONFIG_DIRECTORY": "/config",
|
||||
"shm_size": "1gb"
|
||||
},
|
||||
"hassio_api": true,
|
||||
@@ -110,6 +110,6 @@
|
||||
"slug": "calibre-web",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web",
|
||||
"version": "0.6.21-4",
|
||||
"version": "0.6.21-5",
|
||||
"video": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user