Created docker-compose file (#55)
* Created docker-compose file, Removed version tag as per latest compose specificationpull/66/head
parent
1b736b3726
commit
e5409f8d16
@ -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…
Reference in new issue