diff --git a/arr-stack/compose.yaml b/arr-stack/compose.yaml index 3b066e8..39385ce 100644 --- a/arr-stack/compose.yaml +++ b/arr-stack/compose.yaml @@ -160,11 +160,11 @@ services: 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: + - PUID=1000 + - PGID=1000 - TZ=Europe/Berlin # Set your timezone restart: unless-stopped \ No newline at end of file