From 6f64e17f56e5f7a3ecb6c984333f878b2470b636 Mon Sep 17 00:00:00 2001 From: kenneth Date: Tue, 30 Jul 2024 12:49:10 -0400 Subject: [PATCH] note for `ro` flag --- docs/troubleshooting/index.mdx | 2 ++ 1 file changed, 2 insertions(+) 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.