Update README.md

This commit is contained in:
Tanveer Ahmed Ansari
2023-11-01 23:24:54 +05:30
committed by GitHub
parent ebea9e67a2
commit 4485e757f7

View File

@@ -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
```