Title logo
linuxserver/ombi.

An Ombi container, brought to you by LinuxServer.io.

968,907,043 464 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/ombi
Build Time 17 May 2025 22:39:24
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 19 Apr 2025 at 22:44:41

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  ombi:
    image: linuxserver/ombi:latest
    container_name: ombi
    restart: no

CLI

docker create \
  --name=ombi \  --restart no \
  linuxserver/ombi:latest