Delete 'docker_portainer_stacks/whisparr.yaml'

This commit is contained in:
sthope 2022-04-17 09:59:56 +02:00
parent 5af6241f6d
commit 73da3c67ca

View File

@ -1,20 +0,0 @@
version: "3.8"
services:
whisparr:
container_name: whisparr
image: cr.hotio.dev/hotio/whisparr:nightly
network_mode: STHOPE
restart: unless-stopped
ports:
- "6969:6969"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Europe/Amsterdam
volumes:
- /home/sthope/HTPC/htpc/whisparr:/config
- /home/sthope/HTPC/downloads:/downloads
- /home/sthope/HTPC/media/xxx:/xxx
labels:
- com.centurylinklabs.watchtower.enable=true