diff --git a/README.md b/README.md index 5ef6146..8b5d095 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,21 @@ services: cap_add: - SYS_NICE ``` + +### prowlarr - cause yacht default json doesn't have it :( + +```yaml +services: + prowlarr: + image: lscr.io/linuxserver/prowlarr:latest + container_name: prowlarr + environment: + - PUID=1000 + - PGID=1000 + - TZ=Asia/Kolkata + volumes: + - ./config:/config + ports: + - 9696:9696 + restart: unless-stopped +```