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 52e34f8 commit 5720e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-c
sudo chmod +x /usr/local/bin/docker-compose

echo Opening firewall
firewall-cmd --zone=public --add-port=80/tcp --permanent
firewall-cmd --zone=public --add-port=8080/tcp --permanent
firewall-cmd --zone=public --add-port=8443/tcp --permanent
firewall-cmd --reload

Expand Down

0 comments on commit 5720e9d

Please sign in to comment.