Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
  volumes:
      - ./var/yourCACert.pem:/var/www/html/var/ssl/ca-cert.pem


If your certificate is not self-signed, you can set the NOSTROMO_DB_SSL_CA_CERT_SELF_SIGNED environment variable to false.

...