diff --git a/arr/compose.yaml b/arr/compose.yaml index c546343..d4406c9 100644 --- a/arr/compose.yaml +++ b/arr/compose.yaml @@ -111,7 +111,6 @@ services: kapowarr: image: mrcas/kapowarr:latest container_name: kapowarr - restart: unless-stopped volumes: - /home/fern//docker/data/arr/kapowarr/database:/app/db - /media:/media diff --git a/scrutiny/compose.yaml b/scrutiny/compose.yaml index 1e381a2..d3d1621 100644 --- a/scrutiny/compose.yaml +++ b/scrutiny/compose.yaml @@ -3,7 +3,6 @@ services: scrutiny: image: ghcr.io/analogj/scrutiny:master-omnibus container_name: scrutiny - restart: unless-stopped volumes: - /run/udev:/run/udev:ro - /home/fern/docker/data/scrutiny/influxdb:/opt/scrutiny/influxdb diff --git a/stirling-pdf/compose.yaml b/stirling-pdf/compose.yaml index bb46616..598ba75 100644 --- a/stirling-pdf/compose.yaml +++ b/stirling-pdf/compose.yaml @@ -3,7 +3,6 @@ services: stirling-pdf: image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest container_name: stirling-pdf - restart: unless-stopped volumes: - /home/fern/docker/data/stirling-pdf/trainingData:/usr/share/tessdata # Required for extra OCR languages - /home/fern/docker/data/stirling-pdf/extraConfigs:/configs