fix(ssl): add --tls arg to DrangflyDB
This commit is contained in:
parent
4fdd5679c9
commit
d74c578a4a
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ private function buildStartCommand(): string
|
|||
|
||||
if ($this->database->enable_ssl) {
|
||||
$sslArgs = [
|
||||
'--tls',
|
||||
'--tls_cert_file /etc/dragonfly/certs/server.crt',
|
||||
'--tls_key_file /etc/dragonfly/certs/server.key',
|
||||
'--tls_ca_cert_file /etc/dragonfly/certs/coolify-ca.crt',
|
||||
|
|
|
|||
Loading…
Reference in a new issue