Reset history to current sanitized state
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=1000 # Make sure this matches your host user
|
||||
- PGID=1000 # Adjust for your group
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /srv/appdata/radarr/config:/config
|
||||
- /srv/downloads:/downloads
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /data/Data1/jellyfin/Movies:/movies
|
||||
- /data/Data1/radarr/recyclebin:/recyclebin
|
||||
# ports:
|
||||
# - 7878:7878
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
npm_proxy:
|
||||
ipv4_address: 192.168.97.11
|
||||
|
||||
networks:
|
||||
npm_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user