added profilarr
This commit is contained in:
@@ -145,13 +145,26 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/notifiarr:/config
|
- /mnt/appdata/notifiarr:/config
|
||||||
|
|
||||||
huntarr:
|
# huntarr:
|
||||||
image: huntarr/huntarr:latest
|
# image: huntarr/huntarr:latest
|
||||||
container_name: huntarr
|
# container_name: huntarr
|
||||||
restart: always
|
# restart: always
|
||||||
ports:
|
# ports:
|
||||||
- "9705:9705"
|
# - "9705:9705"
|
||||||
volumes:
|
# volumes:
|
||||||
- /mnt/appdata/huntarr:/config
|
# - /mnt/appdata/huntarr:/config
|
||||||
environment:
|
# environment:
|
||||||
- TZ=Europe/Berlin
|
# - 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
|
||||||
Reference in New Issue
Block a user