On jenkins-dev open port 8080 instead of 80
This commit is contained in:
parent
4e593519cc
commit
ee079dbf85
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ cloud_networks:
|
||||||
|
|
||||||
jenkins_master: True
|
jenkins_master: True
|
||||||
|
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 8080 ]
|
||||||
|
|
||||||
custom_nat_rules: [
|
custom_nat_rules: [
|
||||||
# Redirect port 80 to 8080, which is used by jenkins
|
# Redirect port 80 to 8080, which is used by jenkins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue