diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..5b3dfb2 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,16 @@ +--- +services: + sonarr: + image: lscr.io/linuxserver/sonarr:latest + container_name: sonarr + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC +# volumes: +# - /path/to/sonarr/data:/config +# - /path/to/tvseries:/tv #optional +# - /path/to/downloadclient-downloads:/downloads #optional + ports: + - 8989:8989 + restart: unless-stopped \ No newline at end of file