doesn't need to bind to 127.0.0.1
This commit is contained in:
parent
eba3dde692
commit
31e4b9a624
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ class eidas_de_middleware_hsm_test($version="110-fixes-sc-p11",$hostname='localh
|
|||
image => 'docker.sunet.se/eidas-demw',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443','127.0.0.1:10000:10000'],
|
||||
ports => ['443:8443','10000:10000'],
|
||||
volumes => ['/var/log/eidas-middleware:/var/log/eidas-middleware',
|
||||
'/opt/eidas-middleware/configuration:/opt/eidas-middleware/configuration',
|
||||
'/opt/eidas-middleware/database:/opt/eidas-middleware/database',
|
||||
|
@ -439,7 +439,7 @@ class eidas_de_middleware_hsm_test($version="110-fixes-sc-p11",$hostname='localh
|
|||
port => '443',
|
||||
iif => "${interface_default}",
|
||||
}
|
||||
sunet::nftables::docker_expose { 'haproxy' :
|
||||
sunet::nftables::docker_expose { 'admin_gui' :
|
||||
allow_clients => 'any',
|
||||
port => '10000',
|
||||
iif => "${interface_default}",
|
||||
|
|
Loading…
Add table
Reference in a new issue