Update config.json

This commit is contained in:
Alexandre
2021-12-10 14:23:12 +01:00
committed by GitHub
parent 1ef92cf40e
commit ec9efdc448

View File

@@ -52,7 +52,8 @@
"PGID": 0, "PGID": 0,
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>", "networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>",
"CONFIG_LOCATION": "/config/readarr"
}, },
"ports": { "ports": {
"8787/tcp": 8787 "8787/tcp": 8787
@@ -71,7 +72,8 @@
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?" "cifspassword": "str?",
"CONFIG_LOCATION": "str?"
}, },
"slug": "readarr_nas", "slug": "readarr_nas",
"upstream": "nightly-0.1.0.1095-ls51", "upstream": "nightly-0.1.0.1095-ls51",