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": {
"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"],
"full_access": true,
"udev": "true",
"apparmor": "false",
"apparmor": "true",
"map": [
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",