Fixing syntax

pull/66/head
dgtlmoon 4 years ago
parent 63a3492547
commit 28f6af9153

@ -1,21 +1,23 @@
version: '2'
services: services:
changedetection.io: changedetection.io:
image: dgtlmoon/changedetection.io image: dgtlmoon/changedetection.io
container_name: changedetection.io container_name: changedetection.io
hostname: changedetection.io hostname: changedetection.io
volumes: volumes:
- changedetection-data:/datastore - changedetection-data:/datastore
# Proxy support example. # Proxy support example.
# environment: # environment:
# - HTTP_PROXY="socks5h://10.10.1.10:1080" # - HTTP_PROXY="socks5h://10.10.1.10:1080"
# - HTTPS_PROXY="socks5h://10.10.1.10:1080" # - HTTPS_PROXY="socks5h://10.10.1.10:1080"
# An exclude list (useful for notifcation URLs above) can be specified by following # An exclude list (useful for notifcation URLs above) can be specified by following
# - NO_PROXY="localhost,192.168.0.0/24" # - NO_PROXY="localhost,192.168.0.0/24"
ports: ports:
- 5000:5000 - 5000:5000
restart: always restart: always
volumes: volumes:
changedetection-data: changedetection-data:

Loading…
Cancel
Save