Skip to content

Instantly share code, notes, and snippets.

View Steveveepee's full-sized avatar

Steve Pole Steveveepee

View GitHub Profile
@Steveveepee
Steveveepee / proxmox-media.md
Last active August 28, 2023 04:49
Proxmox media setup notes
@Steveveepee
Steveveepee / docker-compose.yml
Created August 24, 2023 01:50
*arr docker compose example
version: "3.7"
services:
radarr:
image: ghcr.io/hotio/radarr:latest
container_name: radarr
ports:
- 7878:7878
environment:
- PUID=1005
- PGID=1005