A docker image for Ombi.
docker run -d -i --name ombi --restart=always -p "3579:3579" -v /your-config-location:/config rogueosb/ombi
You can run the image with the following environment labels:
| Environment Label | Function |
|---|---|
-e DEV=1 OR -e EAP=1 | Use the latest dev or Early Access Preview (EAP) build. |
-e API=username:accesstoken | Circumvent GitHub API rate limiting. Use your GitHub username and a Personal Access Token from here. |
-e PUID=1000-e PGID=1000 | Set user and group ID to run container as. |
-e RUN_OPTS="-base /ombi" | Pass run commands to Ombi.exe in the container. Example given for baseurl setting. |
Content type
Image
Digest
Size
79.3 MB
Last updated
about 7 years ago
docker pull thedscman/docker-ombi