fix: domain with :443 port for SSL certificate

This commit is contained in:
Agent Zero
2026-08-05 22:24:57 +02:00
parent 2d25dc35e0
commit 549c11018c
+1 -1
View File
@@ -1188,7 +1188,7 @@ def deploy_initial() -> int:
headers=client.headers, headers=client.headers,
json={ json={
"docker_compose_domains": [ "docker_compose_domains": [
{"name": "crm-app", "domain": APP_DOMAIN} {"name": "crm-app", "domain": f"{APP_DOMAIN}:443"}
] ]
}, },
timeout=30, timeout=30,