docs: add better env variable instructions (#863)
This commit is contained in:
@@ -37,8 +37,11 @@ docker run -d \
|
|||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
fallenbagel/jellyseerr
|
fallenbagel/jellyseerr
|
||||||
```
|
```
|
||||||
:::info
|
:::tip
|
||||||
If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`.
|
If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`.
|
||||||
|
```bash
|
||||||
|
-e JELLYFIN_TYPE=emby
|
||||||
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
To run the container as a specific user/group, you may optionally add `--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ]` to the above command.
|
To run the container as a specific user/group, you may optionally add `--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ]` to the above command.
|
||||||
@@ -86,8 +89,12 @@ services:
|
|||||||
- /path/to/appdata/config:/app/config
|
- /path/to/appdata/config:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
:::info
|
:::tip
|
||||||
If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`.
|
If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`.
|
||||||
|
```yaml
|
||||||
|
environment:
|
||||||
|
- JELLYFIN_TYPE=emby
|
||||||
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Then, start all services defined in the Compose file:
|
Then, start all services defined in the Compose file:
|
||||||
|
|||||||
Reference in New Issue
Block a user