Sign inSign up

loxoo/ombi

By loxoo

Updated over 5 years ago

A Docker image for the request content software Ombi

Image
0

783

loxoo/ombi repository overview

loxoo/ombi

Layers Latest Version Git Commit Docker Stars Docker Pulls Build Status

Usage

docker run -d \
    --name=srvombi \
    --restart=unless-stopped \
    --hostname=srvombi \
    -p 5000:5000 \
    -v $PWD/config:/config \
    loxoo/ombi

Environment

  • $SUID - User ID to run as. default: 952
  • $SGID - Group ID to run as. default: 952
  • $TZ - Timezone. optional

Volume

  • /config - Server configuration file location.

Network

  • 5000/tcp - WebUI.

Tag summary

Content type

Image

Digest

Size

51.9 MB

Last updated

over 5 years ago

docker pull loxoo/ombi