From d8006394443cd81f94784eace8dd2f444de97f07 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 15 Feb 2018 01:33:35 +0900 Subject: [PATCH] do not expose port 80 --- Production/docker-compose.btc-ltc.yml | 1 - Production/docker-compose.btc.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/Production/docker-compose.btc-ltc.yml b/Production/docker-compose.btc-ltc.yml index a08d22f..f7873a0 100644 --- a/Production/docker-compose.btc-ltc.yml +++ b/Production/docker-compose.btc-ltc.yml @@ -8,7 +8,6 @@ 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 b802038..1acc0fa 100644 --- a/Production/docker-compose.btc.yml +++ b/Production/docker-compose.btc.yml @@ -9,7 +9,6 @@ services: image: nginx container_name: nginx ports: - - "80:80" - "443:443" volumes: - "nginx_conf:/etc/nginx/conf.d"