kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Re #159 - Adding env var example to docker-config.yml
rodzic
1b931fef20
commit
3f9d949534
|
@ -7,6 +7,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- changedetection-data:/datastore
|
- changedetection-data:/datastore
|
||||||
# environment:
|
# environment:
|
||||||
|
# Default listening port, can also be changed with the -p option
|
||||||
|
# - PORT=5000
|
||||||
|
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# Proxy support example.
|
# Proxy support example.
|
||||||
|
@ -14,7 +17,7 @@ services:
|
||||||
# - HTTPS_PROXY="socks5h://10.10.1.10:1080"
|
# - HTTPS_PROXY="socks5h://10.10.1.10:1080"
|
||||||
# An exclude list (useful for notification URLs above) can be specified by with
|
# An exclude list (useful for notification URLs above) can be specified by with
|
||||||
# - NO_PROXY="localhost,192.168.0.0/24"
|
# - NO_PROXY="localhost,192.168.0.0/24"
|
||||||
# Base URL of your changedetection.io install (Added to notification alert
|
# Base URL of your changedetection.io install (Added to the notification alert)
|
||||||
# - BASE_URL="https://mysite.com"
|
# - BASE_URL="https://mysite.com"
|
||||||
|
|
||||||
# Respect proxy_pass type settings, `proxy_set_header Host "localhost";` and `proxy_set_header X-Forwarded-Prefix /app;`
|
# Respect proxy_pass type settings, `proxy_set_header Host "localhost";` and `proxy_set_header X-Forwarded-Prefix /app;`
|
||||||
|
|
Ładowanie…
Reference in New Issue