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 02:02:43 +0300
committerUbuntu <ubuntu@ip-172-30-0-80.us-west-1.compute.internal>2015-03-21 02:02:43 +0300
commit028179de257441dd294c67bcf20a33dd890bba01 (patch)
treeacc47297dbb4cfac6d9f98a04683f4f251c99c9a /docker-compose.yml
parent039a6d79e65d144e930b55b0cb143c3b4fcd7146 (diff)
Adding docker-compose file for runtime configuration
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 000000000..a3c950257
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,4 @@
+letsencrypt:
+ build: .
+ ports:
+ - "443:443"