From 73da3c67ca21f1af4d659294a023430f80822131 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 17 Apr 2022 09:59:56 +0200 Subject: [PATCH] Delete 'docker_portainer_stacks/whisparr.yaml' --- docker_portainer_stacks/whisparr.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docker_portainer_stacks/whisparr.yaml diff --git a/docker_portainer_stacks/whisparr.yaml b/docker_portainer_stacks/whisparr.yaml deleted file mode 100644 index 081e0fe..0000000 --- a/docker_portainer_stacks/whisparr.yaml +++ /dev/null @@ -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 \ No newline at end of file