This commit is contained in:
Alexandre
2021-02-11 09:39:57 +01:00

View File

@@ -28,8 +28,8 @@
"boot": "auto",
"environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
"SCRUTINY_WEB": true,
"SCRUTINY_COLLECTOR": true
"SCRUTINY_WEB": "true",
"SCRUTINY_COLLECTOR": "true"
},
"options": {
"PUID": 0,
@@ -40,4 +40,4 @@
"PGID": "int",
"TZ": "str?"
}
}
}