-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
Prerequisites
- I have searched the issues and confirmed this container has not been suggested before
- I have verified the container image is actively maintained
- I have tested this container configuration
Container ID
profilarr
Display Name
Profilarr
Description
Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles.
Category
Media
Tags
Management, Management Software
GitHub URL
https://hub.docker.com/r/santiagosayshey/profilarr or https://github.com/Dictionarry-Hub/profilarr
Icon URL
No response
Docker Compose Service Definition
services:
profilarr:
image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
container_name: profilarr
ports:
- 6868:6868
volumes:
- /path/to/your/data:/config # Replace with your actual path
environment:
- TZ=UTC # Set your timezone
restart: unless-stoppedAdditional Information
No response
Reactions are currently unavailable