Need trailing slash on directory, SC-2670
This commit is contained in:
parent
77edc9d758
commit
3892f7331f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: eidas-connector
|
||||
environment:
|
||||
- CONNECTOR_DIRECTORY=/etc/eidas-connector
|
||||
- SPRING_CONFIG_ADDITIONAL_LOCATION=/etc/eidas-connector
|
||||
- SPRING_CONFIG_ADDITIONAL_LOCATION=/etc/eidas-connector/
|
||||
- SPRING_PROFILES_ACTIVE=<%= @environment %>
|
||||
- PKCS11_PIN=<%= @pkcs11_pin %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue