[mod] use docker network for certbot to (proxy) webserver wget

This commit is contained in:
2020-04-05 22:41:54 -04:00
parent e9538a72f3
commit 64725d1034
2 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ log_file="" # leave empty for stdout
# variables
local_webserver="http://$(ip route show | awk '/default/ {print $3}')"
local_webserver="http://proxy:8080"
domain_file="$temp_path/domains.txt"
certs_updated="$cert_root_path/.updated"