Skip to content

Commit 152e8c4

Browse files
committed
nit
1 parent 45498a5 commit 152e8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/docker_compose/docker-compose.prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ services:
6565
max-size: "50m"
6666
max-file: "6"
6767
# 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
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
7171

7272
web_server:
7373
image: danswer/danswer-web-server:${IMAGE_TAG:-latest}

0 commit comments

Comments
 (0)