Give your media server users a seamless way to request new movies and TV shows. This self-hosted application integrates directly with your existing media servers to handle user requests automatically, removing the need for manual tracking and downloading.
Key features include:
services:
ombi:
image: linuxserver/ombi
container_name: ombi
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 3579:3579
restart: unless-stopped# No sensitive credentials are required for the default Ombi configuration.
# Infrastructure settings like PUID, PGID, and TZ are defined in docker-compose.yml.Auto-fetched about 18 hours ago
Auto-fetched about 18 hours ago