Advertisement
doctorase

docker compose prowlarr

Jun 12th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. version: "3.7"
  2.  
  3. services:
  4. prowlarr:
  5. container_name: prowlarr
  6. image: cr.hotio.dev/hotio/prowlarr
  7. ports:
  8. - "9696:9696"
  9. environment:
  10. - PUID=2
  11. - PGID=4
  12. - UMASK=002
  13. - TZ=Europe/Madrid
  14. volumes:
  15. - /Volume1/prowlarr:/config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement