Update config.json

This commit is contained in:
Alexandre
2021-02-15 12:17:06 +01:00
committed by GitHub
parent ef9bf08b8e
commit 8459d9f26b

View File

@@ -18,11 +18,11 @@
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"
}, },
"devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], "devices": ["/dev/*","/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"],
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"full_access": true, "full_access": true,
"udev": "true", "udev": "true",
"apparmor": "false", "apparmor": "true",
"map": [ "map": [
], ],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",