Create prowlarr config folder
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
0
services/prowlarr/volumes/config/.gitkeep
Normal file
0
services/prowlarr/volumes/config/.gitkeep
Normal file
Reference in New Issue
Block a user