Create prowlarr config folder

This commit is contained in:
Colin Hebert
2022-12-31 08:43:37 +01:00
parent 34d7f2e931
commit 57b8ad46fc
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ services:
- gotify - gotify
- downloads - downloads
volumes: volumes:
- prowlarr:/config - prowlarr_config:/config
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
@@ -57,4 +57,10 @@ volumes:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${DOWNLOADS_DIR?}/usenet device: ${DOWNLOADS_DIR?}/usenet
prowlarr_config:
driver_opts:
type: none
o: bind
device: ${SERVICES_DIR?}/prowlarr/volumes/config/