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"