Title logo
linuxserver/ombi.

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

965,647,290 460 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/ombi
Build Time 06 Apr 2024 22:39:26
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.43.5 06 Apr 2024 at 22:39:26

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:4.43.5
    container_name: ombi
    restart: no

CLI

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