Created docker-compose file (#55)

* Created docker-compose file, Removed version tag as per latest compose specification
pull/66/head
KibosJ 4 years ago committed by GitHub
parent 1b736b3726
commit e5409f8d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
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:
Loading…
Cancel
Save