wiki/docs/portainer-stacks/Overseerr.md
Sthope df4965ee4f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-16 12:33:49 +02:00

20 lines
386 B
Markdown

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