We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45498a5 commit 152e8c4Copy full SHA for 152e8c4
deployment/docker_compose/docker-compose.prod.yml
@@ -65,9 +65,9 @@ services:
65
max-size: "50m"
66
max-file: "6"
67
# Uncomment the following lines if you need to include a custom CA certificate
68
- volumes:
69
- # Maps to the CA_CERT_PATH environment variable in the Dockerfile
70
- - ${CA_CERT_PATH:-./custom-ca.crt}:/etc/ssl/certs/custom-ca.crt:ro
+ # volumes:
+ # # Maps to the CA_CERT_PATH environment variable in the Dockerfile
+ # - ${CA_CERT_PATH:-./custom-ca.crt}:/etc/ssl/certs/custom-ca.crt:ro
71
72
web_server:
73
image: danswer/danswer-web-server:${IMAGE_TAG:-latest}
0 commit comments