mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Merge branch 'master' into patch-2
This commit is contained in:
@@ -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'
|
||||
|
||||
Generated
+4
-4
@@ -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
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user