1
0

prowlarr: add

This commit is contained in:
2023-12-05 12:24:24 +01:00
parent c311fa2798
commit b2117ccbf2
2 changed files with 14 additions and 0 deletions

13
services/prowlarr.yml Normal file
View File

@ -0,0 +1,13 @@
---
services:
prowlarr:
image: linuxserver/prowlarr:latest
container_name: prowlarr
networks:
public:
ipv4_address: 192.168.240.43
volumes:
- "${DOCKER_STORAGE_PATH}/prowlarr:/config"
profiles:
- base
restart: unless-stopped