This commit is contained in:
Silas Biendara
2025-11-10 08:58:47 +01:00
parent a5627e4730
commit 35695f7fa0

View File

@@ -160,11 +160,11 @@ services:
image: santiagosayshey/profilarr:latest # Use :beta for early access to new features image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
container_name: profilarr container_name: profilarr
ports: ports:
- PUID=1000
- PGID=1000
- 6868:6868 - 6868:6868
volumes: volumes:
- /mnt/appdata/profilarr:/config # Replace with your actual path - /mnt/appdata/profilarr:/config # Replace with your actual path
environment: environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin # Set your timezone - TZ=Europe/Berlin # Set your timezone
restart: unless-stopped restart: unless-stopped