From 42b3d8ecfe702a366a4e5304bb6ba0b35c8e79fe Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 15 Feb 2018 01:36:23 +0900 Subject: [PATCH] activate port 80 (needed for let's encrypt) --- Production/docker-compose.btc-ltc.yml | 1 + Production/docker-compose.btc.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Production/docker-compose.btc-ltc.yml b/Production/docker-compose.btc-ltc.yml index f7873a0..a08d22f 100644 --- a/Production/docker-compose.btc-ltc.yml +++ b/Production/docker-compose.btc-ltc.yml @@ -8,6 +8,7 @@ services: image: nginx container_name: nginx ports: + - "80:80" - "443:443" volumes: - "nginx_conf:/etc/nginx/conf.d" diff --git a/Production/docker-compose.btc.yml b/Production/docker-compose.btc.yml index 1acc0fa..b802038 100644 --- a/Production/docker-compose.btc.yml +++ b/Production/docker-compose.btc.yml @@ -9,6 +9,7 @@ services: image: nginx container_name: nginx ports: + - "80:80" - "443:443" volumes: - "nginx_conf:/etc/nginx/conf.d"