Browse Source

Update faq.md (#1299)

Fix a typo in the CA update command
ftorto 1 year ago
parent
commit
e1a69d44c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/faq.md

+ 1 - 1
docs/faq.md

@@ -139,7 +139,7 @@ Ensure the certificate is installed as a system certificate when using HTTPS. Th
 ```dockerfile
 FROM ollama/ollama
 COPY my-ca.pem /usr/local/share/ca-certificates/my-ca.crt
-RUN update-ca-certificate
+RUN update-ca-certificates
 ```
 
 Build and run this image: