Add docker image into addon conf

This commit is contained in:
Sebastien Clement 2019-12-29 18:40:54 +01:00
parent 21adf1eb28
commit f63cedb9ac

View File

@ -24,14 +24,15 @@
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"leave_front_door_open": "bool?"
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"leave_front_door_open": "bool?"
},
"ports": {
"3000/tcp": 3000,
"9226/tcp": 9226
}
}
},
"image" : "sebclemhassaddon/{arch}-hassio-nextcloud-backup"
}