Chnage address that docker binds to, as 127.0.0.01 is no longer accepted.
This commit is contained in:
parent
afe2151129
commit
ce5460c243
1 changed files with 3 additions and 3 deletions
|
@ -458,7 +458,7 @@ class test_my_eid($version="1.0.1",$hostname='localhost',$environment='qa') {
|
|||
image => 'docker.sunet.se/test-my-eid',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443','127.0.0.01:444:8444'],
|
||||
ports => ['443:8443','127.0.0.1:444:8444'],
|
||||
volumes => ['/var/log/test-my-eid:/var/log/test-my-eid',
|
||||
'/etc/test-my-eid:/etc/test-my-eid',
|
||||
'/dev/log:/dev/log',
|
||||
|
@ -479,7 +479,7 @@ class test_my_eid($version="1.0.1",$hostname='localhost',$environment='qa') {
|
|||
image => 'docker.sunet.se/test-my-eid',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443','127.0.0.01:444:8444'],
|
||||
ports => ['443:8443','127.0.0.1:444:8444'],
|
||||
volumes => ['/var/log/test-my-eid:/var/log/test-my-eid',
|
||||
'/etc/test-my-eid:/etc/test-my-eid',
|
||||
'/dev/log:/dev/log',
|
||||
|
@ -645,7 +645,7 @@ class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost', $spring_
|
|||
image => 'docker.sunet.se/eidas-proxy',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443','127.0.0.01:444:8444'],
|
||||
ports => ['443:8443','127.0.0.1:444:8444'],
|
||||
volumes => ['/var/log/eidas-proxy:/var/log/eidas-proxy',
|
||||
'/etc/eidas-proxy:/etc/eidas-proxy',
|
||||
'/dev/log:/dev/log',
|
||||
|
|
Loading…
Add table
Reference in a new issue