diff --git a/downloads.docker-compose.yml b/downloads.docker-compose.yml index c6cc780..2508a04 100644 --- a/downloads.docker-compose.yml +++ b/downloads.docker-compose.yml @@ -16,7 +16,7 @@ services: - gotify - downloads volumes: - - prowlarr:/config + - prowlarr_config:/config restart: unless-stopped labels: traefik.enable: true @@ -57,4 +57,10 @@ volumes: driver_opts: type: none o: bind - device: ${DOWNLOADS_DIR?}/usenet \ No newline at end of file + device: ${DOWNLOADS_DIR?}/usenet + + prowlarr_config: + driver_opts: + type: none + o: bind + device: ${SERVICES_DIR?}/prowlarr/volumes/config/ diff --git a/services/prowlarr/volumes/config/.gitkeep b/services/prowlarr/volumes/config/.gitkeep new file mode 100644 index 0000000..e69de29