Reset history to current sanitized state

This commit is contained in:
2026-08-06 17:30:17 +00:00
commit 4b73344e09
4 changed files with 475 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- UMASK=0077
volumes:
- /srv/appdata/prowlarr/config:/config
# ports:
# - 9696:9696
restart: unless-stopped
networks:
npm_proxy:
ipv4_address: 192.168.97.21
networks:
npm_proxy:
external: true