expose admin port on loopback
This commit is contained in:
parent
0bbd0b7faf
commit
e759096184
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
|
|||
image => 'docker.sunet.se/eidas-demw',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443'],
|
||||
ports => ['443:8443','127.0.0.1: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',
|
||||
|
|
Loading…
Add table
Reference in a new issue