Fix address on docker.
This commit is contained in:
parent
6aa571e45c
commit
afe2151129
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class eidas_sp($version="1.0.0",$hostname='localhost',$environment='qa') {
|
||||||
image => 'docker.sunet.se/eidas-sp',
|
image => 'docker.sunet.se/eidas-sp',
|
||||||
imagetag => $_version,
|
imagetag => $_version,
|
||||||
hostname => "${::fqdn}",
|
hostname => "${::fqdn}",
|
||||||
ports => ['443:8443','127.0.0.01:444:8444'],
|
ports => ['443:8443','127.0.0.1:444:8444'],
|
||||||
volumes => ['/var/log/eidas-sp:/var/log/eidas-sp',
|
volumes => ['/var/log/eidas-sp:/var/log/eidas-sp',
|
||||||
'/etc/eidas-sp:/etc/eidas-sp',
|
'/etc/eidas-sp:/etc/eidas-sp',
|
||||||
'/dev/log:/dev/log',
|
'/dev/log:/dev/log',
|
||||||
|
|
Loading…
Add table
Reference in a new issue