Merge branch 'master' into patch-2

This commit is contained in:
jdgarner123160
2022-11-30 07:06:12 -06:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ If there are submounts within the main mount, the submounts are read-write capab
**Using Docker Compose:**
Create a `docker-compose.yml` file with the following contents:
Create a `docker-compose.yml` file with the following contents. Add in the UID and GID that you would like to run jellyfin as in the user line below, or remove the user line to use the default (root).
```yml
version: '3.5'
+4 -4
View File
@@ -47,7 +47,7 @@
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.0",
"prettier": "2.7.1",
"prettier": "2.8.0",
"typescript": "4.9.3",
"typescript-plugin-css-modules": "3.4.0"
},
@@ -11748,9 +11748,9 @@
}
},
"node_modules/prettier": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz",
"integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
+1 -1
View File
@@ -73,7 +73,7 @@
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.0",
"prettier": "2.7.1",
"prettier": "2.8.0",
"typescript": "4.9.3",
"typescript-plugin-css-modules": "3.4.0"
}