kopia lustrzana https://github.com/dgtlmoon/changedetection.io
14 wiersze
280 B
YAML
14 wiersze
280 B
YAML
![]() |
services:
|
||
|
changedetection.io:
|
||
|
image: dgtlmoon/changedetection.io
|
||
|
container_name: changedetection.io
|
||
|
hostname: changedetection.io
|
||
|
volumes:
|
||
|
- changedetection-data:/datastore
|
||
|
ports:
|
||
|
- 5000:5000
|
||
|
restart: always
|
||
|
|
||
|
volumes:
|
||
|
changedetection-data:
|