GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-12 00:00:50 +00:00
parent 6a3a9ac47f
commit d935ee6d1a
2 changed files with 5 additions and 15 deletions

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"backup_exclude": [
"**/Cache/**",
"**/Plug-in Support/Caches/**",
@@ -121,11 +117,7 @@
"host_network": true,
"image": "ghcr.io/alexbelgium/plex_nas-{arch}",
"init": false,
"map": [
"share:rw",
"media:rw",
"ssl"
],
"map": ["share:rw", "media:rw", "ssl"],
"name": "Plex NAS",
"options": {
"PGID": 0,
@@ -158,10 +150,7 @@
"33443/tcp": "WebTools",
"8324/tcp": "Plex for Roku via Plex Companion"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",