[mod] use docker network for certbot to (proxy) webserver wget
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user