From 4f2c29e83fd7f96482b1f4a32e144b61d69d653f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Wed, 2 May 2018 15:15:31 +0200 Subject: [PATCH] Expose Horizon "DocumentRoot" on host This will allow webroot plugin for Let's Encrypt to actually work. The container has no need to write in this location. Change-Id: Ia76a0cc007abfdec6f25e1371eb696864f2925fd Closes-Bug: 1768519 --- docker/services/horizon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index 45c77de72b..d234476404 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -132,6 +132,7 @@ outputs: - /var/lib/config-data/puppet-generated/horizon/:/var/lib/kolla/config_files/src:ro - /var/log/containers/horizon:/var/log/horizon - /var/log/containers/httpd/horizon:/var/log/httpd + - /var/www/:/var/www/:ro - if: - internal_tls_enabled