Skip to content

agpsn/prowlarr-develop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker run -d \
  --name=prowlarr \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=UTC \
  -e UMASK=022 \
  -p <hostport>:9696 \
  -v <hostconfigpath>:/config \
  --restart unless-stopped \
  ghcr.io/agpsn/docker-prowlarr:develop