mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
docs: remove code block from admonition (#864)
This commit is contained in:
@@ -39,9 +39,8 @@ docker run -d \
|
||||
```
|
||||
:::tip
|
||||
If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`.
|
||||
```bash
|
||||
-e JELLYFIN_TYPE=emby
|
||||
```
|
||||
|
||||
`-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.
|
||||
@@ -91,10 +90,6 @@ services:
|
||||
```
|
||||
:::tip
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user