added post command

This commit is contained in:
John Lancaster
2026-03-24 08:47:19 -05:00
parent 5934568d10
commit b6be6eba68
+1 -1
View File
@@ -99,7 +99,7 @@ in
"${hostname}.john-stream.com" "${hostname}.john-stream.com"
"192.168.1.142" "192.168.1.142"
]; ];
postCommands = [ renew.postCommands = [
"docker restart envoy" "docker restart envoy"
]; ];
}; };