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"