fix: domain with :443 port for SSL certificate
This commit is contained in:
+1
-1
@@ -1188,7 +1188,7 @@ def deploy_initial() -> int:
|
||||
headers=client.headers,
|
||||
json={
|
||||
"docker_compose_domains": [
|
||||
{"name": "crm-app", "domain": APP_DOMAIN}
|
||||
{"name": "crm-app", "domain": f"{APP_DOMAIN}:443"}
|
||||
]
|
||||
},
|
||||
timeout=30,
|
||||
|
||||
Reference in New Issue
Block a user