Re #159 - Adding env var example to docker-config.yml

pull/175/head
Leigh 2021-07-26 07:10:57 +02:00
rodzic 1b931fef20
commit 3f9d949534
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,9 @@ services:
volumes:
- changedetection-data:/datastore
# environment:
# Default listening port, can also be changed with the -p option
# - PORT=5000
# - PUID=1000
# - PGID=1000
# Proxy support example.
@ -14,7 +17,7 @@ services:
# - HTTPS_PROXY="socks5h://10.10.1.10:1080"
# An exclude list (useful for notification URLs above) can be specified by with
# - 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"
# Respect proxy_pass type settings, `proxy_set_header Host "localhost";` and `proxy_set_header X-Forwarded-Prefix /app;`