Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add comment around PMS_IP and swarm services
  • Loading branch information
pabloromeo committed Jul 23, 2022
1 parent 0c370d6 commit 15902e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The image extends the [LinuxServer Plex](https://hub.docker.com/r/linuxserver/pl
| Parameter | Function |
| :----: | --- |
| `ORCHESTRATOR_URL` | The url where the orchestrator service can be reached (ex: http://plex-orchestrator:3500) |
| `PMS_IP` | IP pointing at the Plex instance (can be the cluster IP) |
| `PMS_IP` | IP pointing at the Plex instance (can be the cluster IP, a virtual IP, or the actual service name in Docker Swarm) |
| `TRANSCODE_EAE_LOCALLY` | Force media which requires EasyAudioEncoder to transcode locally |
| `TRANSCODE_OPERATING_MODE` | "local" => only local transcoding (no workers), "remote" => only remote workers transcoding, "both" (default) => Remote first, local if it fails |
| `TRANSCODER_VERBOSE` | "0" (default) => info level, "1" => debug logging |
Expand Down

0 comments on commit 15902e0

Please sign in to comment.