Simple docker image for Ombi without any bloat, built on the official debian image. Ombi runs as user ombi with uid and gid 1000 and listens on port 5000.
docker run --rm ghudiczius/ombi:<VERSION> \
-p 5000:5000 \
-v path/to/data:/data
or
docker run --rm registry.gitlab.jmk.hu/media/ombi:<VERSION> \
-p 5000:5000 \
-v path/to/data:/data
Content type
Image
Digest
sha256:3d08697ef…
Size
146.2 MB
Last updated
about 11 hours ago
docker pull ghudiczius/ombi:4.60.16.8274