diff --git a/arr-stack/compose.yaml b/arr-stack/compose.yaml index 082b2ed..3b066e8 100644 --- a/arr-stack/compose.yaml +++ b/arr-stack/compose.yaml @@ -145,13 +145,26 @@ services: volumes: - /mnt/appdata/notifiarr:/config - huntarr: - image: huntarr/huntarr:latest - container_name: huntarr - restart: always - ports: - - "9705:9705" - volumes: - - /mnt/appdata/huntarr:/config - environment: - - TZ=Europe/Berlin \ No newline at end of file + # huntarr: + # image: huntarr/huntarr:latest + # container_name: huntarr + # restart: always + # ports: + # - "9705:9705" + # volumes: + # - /mnt/appdata/huntarr:/config + # environment: + # - TZ=Europe/Berlin + + profilarr: + image: santiagosayshey/profilarr:latest # Use :beta for early access to new features + container_name: profilarr + ports: + - PUID=1000 + - PGID=1000 + - 6868:6868 + volumes: + - /mnt/appdata/profilarr:/config # Replace with your actual path + environment: + - TZ=Europe/Berlin # Set your timezone + restart: unless-stopped \ No newline at end of file