added profilarr
This commit is contained in:
@@ -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
|
||||
# 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
|
||||
Reference in New Issue
Block a user