first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-16 12:33:49 +02:00
parent 0cb3cf70cc
commit df4965ee4f

View File

@ -0,0 +1,20 @@
Portainer Stack:
```yaml
---
version: "3.8"
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /prowlarr:/config
ports:
- 9696:9696
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
```