Ombi running in Alpine Linux, compiled from source for the smallest possible iamge
docker run -dt
--name=ombi
--restart=always
-v $PWD/config:/config
-p 5000:5000
spritsail/ombi
/config
- Ombi configuration file and database storage. Should be readable and writeable by$SUID
$SUID
defaults to 952