Skip to content

Instantly share code, notes, and snippets.

View pmnlla's full-sized avatar

pomonella pmnlla

  • 00:34 (UTC -03:00)
View GitHub Profile
@pmnlla
pmnlla / docker-compose.yml
Last active January 15, 2023 04:25 — forked from rainyskye/docker-compose.yml
*scan*arr, tdarr, jellyfin, jellyseerr, etc.
version: "2.2"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Canada/Pacific
volumes:
@pmnlla
pmnlla / docker-compose.yml
Created January 15, 2023 04:21 — forked from rainyskye/docker-compose.yml
*arr, jellyfin, jellyseerr, etc.
version: "2.1"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Canada/Pacific
volumes: