Update docker-compose.yaml

This commit is contained in:
2026-02-22 16:32:18 -06:00
parent d4b1ca2210
commit 470c0c97f6

View File

@@ -1,5 +1,3 @@
---
version: "2.1"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
@@ -9,7 +7,7 @@ services:
- PGID=1000
- TZ=America/Chicago
volumes:
- /home/mattspeer/docker/sonarr:/config
- /srv/docker/sonarr:/config
- /srv/tv:/tv #path to tvseries
- /downloads/complete/tv:/downloads/tv #optional
ports: