wiki/docs/portainer-stacks/Whisparr.md
Sthope f0ed49c593
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-16 12:46:15 +02:00

428 B

Portainer Stack:

---
version: "3.8"
services:
  whisparr:
    image: cr.hotio.dev/hotio/whisparr:nightly
    container_name: whisparr
    network_mode: bridge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Amsterdam
      - UMASK=002
    volumes:
      - /whisparr:/config
    ports:
      - 6969:6969
    restart: unless-stopped
    labels:
      - com.centurylinklabs.watchtower.enable=true