From 044072c1ad6f6f0d3a00a91cbf4ad6b92d52bdba Mon Sep 17 00:00:00 2001 From: Dziad Borowy Date: Sun, 28 Apr 2024 18:07:10 +0100 Subject: [PATCH] changedetection volume was in the wrong place --- apps/other/change-detection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/other/change-detection.md b/apps/other/change-detection.md index 39720cf..84f9511 100644 --- a/apps/other/change-detection.md +++ b/apps/other/change-detection.md @@ -31,8 +31,6 @@ services: - CHROME_REFRESH_TIME=600000 - DEFAULT_BLOCK_ADS=true - DEFAULT_STEALTH=true - volumes: - - ./data:/datastore changedetection: image: ghcr.io/dgtlmoon/changedetection.io @@ -44,4 +42,6 @@ services: - BASE_URL=https://changedetection.domain.com ports: - 5000:5000 + volumes: + - ./data:/datastore ```