mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Update README.md
This commit is contained in:
committed by
GitHub
parent
ebea9e67a2
commit
4485e757f7
18
README.md
18
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user