Skip to content

Commit

Permalink
port 80 to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Owens authored Sep 11, 2018
1 parent e51952d commit 52e34f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker volume create --name postgresql -d local
docker volume create --name postgresql-data -d local

echo opening firewall
netsh advfirewall firewall add rule name="Open for docker http" protocol=TCP dir=in localport=80 action=allow
netsh advfirewall firewall add rule name="Open for docker http" protocol=TCP dir=in localport=8080 action=allow
netsh advfirewall firewall add rule name="Open for docker https" protocol=TCP dir=in localport=8443 action=allow

echo starting containers
Expand Down

0 comments on commit 52e34f8

Please sign in to comment.