repositorypackage
0.0.0-20250110124037-b8cec041b318
Repository: https://github.com/jleagle/sonarr-share.git
Documentation: pkg.go.dev
# README
sonarr-share
services:
sonarr-share:
image: "ghcr.io/jleagle/sonarr-share:main"
container_name: "sonarr-share"
hostname: "sonarr-share"
restart: "unless-stopped"
entrypoint: "/root/sonarr-share -sonarr-key ${SONARR_KEY}"
ports:
- "7879:7879"