Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Sep 2, 2024
1 parent 03454d0 commit 6eb4705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ In Emby Docker arguments, set an environment variable `DOCKER_MODS=linuxserver/m
- docker-compose:
```yaml
environment:
- DOCKER_MODS=linuxserver/mods:emby-mediaserver-plugin
- DOCKER_MODS=linuxserver/mods:emby-mediainfo-plugin
```
- docker cli:
```sh
-e DOCKER_MODS=linuxserver/mods:emby-mediaserver-plugin
-e DOCKER_MODS=linuxserver/mods:emby-mediainfo-plugin
```

If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:emby-mediaserver-plugin|linuxserver/mods:universal-mod2`
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:emby-mediainfo-plugin|linuxserver/mods:universal-mod2`

# Settings in Emby
Configure the Media Toolbox plugin, applications installed will be located as follows:
Expand Down

0 comments on commit 6eb4705

Please sign in to comment.