Want a Movie or TV Show on Plex or Emby? Use Ombi!
3.9K
This image is derived from sgtsquiggs/alpine.mono.
Want a Movie or TV Show on Plex or Emby? Use Ombi!
docker run \
--name=ombi \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 3579:3579 \
sgtsquiggs/ombi
-p 3579:3579 external port 3579 mapping to internal port 3579-v <path>:/config where configuation files are stored.-e PGID=<gid> for Group ID (see below)-e PUID=<uid> for User ID (see below)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
95.6 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/ombi