mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-06-27 05:05:24 +00:00
changedetection volume was in the wrong place
This commit is contained in:
parent
e452f4abcd
commit
044072c1ad
@ -31,8 +31,6 @@ services:
|
|||||||
- CHROME_REFRESH_TIME=600000
|
- CHROME_REFRESH_TIME=600000
|
||||||
- DEFAULT_BLOCK_ADS=true
|
- DEFAULT_BLOCK_ADS=true
|
||||||
- DEFAULT_STEALTH=true
|
- DEFAULT_STEALTH=true
|
||||||
volumes:
|
|
||||||
- ./data:/datastore
|
|
||||||
|
|
||||||
changedetection:
|
changedetection:
|
||||||
image: ghcr.io/dgtlmoon/changedetection.io
|
image: ghcr.io/dgtlmoon/changedetection.io
|
||||||
@ -44,4 +42,6 @@ services:
|
|||||||
- BASE_URL=https://changedetection.domain.com
|
- BASE_URL=https://changedetection.domain.com
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
|
volumes:
|
||||||
|
- ./data:/datastore
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user