diff --git a/resiliosync/config.json b/resiliosync/config.json index 16b8cdcfb..2f6db0e79 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted file share and collaboration platform on the web", "devices": [ @@ -98,11 +95,7 @@ "55555/tcp": "Sync Port", "8888/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "schema": { "PGID": "int", "PUID": "int",