Skip to content

cusooner/docker-overseerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental image for my personal learning project.

Actions Status

Usage

shell

docker run -d \
    -p 5055:5055 \
    -v /blahblah/config:/config \
    thebungler/overseerr

docker-compose

  overseerr:
    image: thebungler/overseerr:latest
    container_name: overseerr
    environment:
      - PUID=1001
      - PGID=100
      - TZ=Europe/Berlin
    volumes:
      - /mydockervol/overseerr:/config
    ports:
      - 5055:5055
    restart: unless-stopped

Environment

  • $TZ - Timezone

Volume

  • /config - where config is stored

Network

  • 5055/tcp - web interface

About

experimental learning project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published