Skip to content

Commit

Permalink
update the default port number in the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfog committed Feb 25, 2021
1 parent 8406140 commit be3b961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/3.2/cloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 8770:8770
- 80:80
depends_on:
- discovery
- cloud_broker
Expand Down
2 changes: 1 addition & 1 deletion release/3.2/cloud/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ events {

http {
server {
listen 8770;
listen 80;
server_name www.fogflow.io;

location / {
Expand Down

0 comments on commit be3b961

Please sign in to comment.