17 lines
323 B
YAML
17 lines
323 B
YAML
services:
|
|
changedetection:
|
|
image: ghcr.io/dgtlmoon/changedetection.io
|
|
container_name: changedetection
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
- /srv/appdata/changedetection/datastore:/datastore
|
|
|
|
networks:
|
|
npm_proxy:
|
|
ipv4_address: 192.168.96.15
|
|
|
|
networks:
|
|
npm_proxy:
|
|
external: true
|