Browse Source

activate port 80 (needed for let's encrypt)

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
42b3d8ecfe
  1. 1
      Production/docker-compose.btc-ltc.yml
  2. 1
      Production/docker-compose.btc.yml

1
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"

1
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"

Loading…
Cancel
Save