[ACME] Iterate alias domains, use hostname in subject field

This commit is contained in:
andryyy
2017-07-13 12:51:52 +02:00
parent 48318a4999
commit e6727b1fd6
2 changed files with 7 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ services:
mysql-mailcow:
condition: service_healthy
healthcheck:
test: ["CMD", "nslookup", "google.com", "127.0.0.1"]
test: ["CMD", "nslookup", "mailcow.email", "127.0.0.1"]
interval: 30s
timeout: 3s
retries: 10