diff --git a/docs/troubleshooting/index.mdx b/docs/troubleshooting/index.mdx index ede0c25..ec6f9fa 100644 --- a/docs/troubleshooting/index.mdx +++ b/docs/troubleshooting/index.mdx @@ -91,6 +91,8 @@ services: - REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ``` +The `ro` flag mounts the CA store as read-only + **For local development**: You can also add the certificates in the build process by modifying the `Dockerfile`. This is useful if you want to make changes to the UI, for instance.