adds new gitgnore to repo
This commit is contained in:
23
Sonarr/Sonarr.yml
Normal file
23
Sonarr/Sonarr.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# This file is auto-generated by openmediavault (https://www.openmediavault.org)
|
||||
# WARNING: Do not edit this file, your changes will get lost.
|
||||
|
||||
# Sonarr
|
||||
#
|
||||
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /containers/sonarr:/config
|
||||
- /containers/sonarr/tvseries:/tv #optional
|
||||
- /containers/sonarr/downloadclient-downloads:/downloads #optional
|
||||
ports:
|
||||
- 8989:8989
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user