Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Budington <bill@eff.org>2015-03-21 05:01:40 +0300
committerUbuntu <ubuntu@ip-172-30-0-80.us-west-1.compute.internal>2015-03-21 05:01:40 +0300
commit147f198d7cc35d1d6773017d19876c8926bc2dcb (patch)
tree07ddf408f6c39df5aa4452e703c6f9f346609e5b /docker-compose.yml
parent95090974e9982bfa16f12f8fed76902674d6c774 (diff)
Adding a cert path for certs generated in docker
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a3c950257..8cac124c9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,3 +2,5 @@ letsencrypt:
build: .
ports:
- "443:443"
+ volumes:
+ - ./certs/:/etc/letsencrypt/certs/