Fix syntax in proxy compose file
This commit is contained in:
parent
39548bc524
commit
9d5370b3c2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
- CERTNAME=<%= @server_fqdn %>_infra
|
- CERTNAME=<%= @server_fqdn %>_infra
|
||||||
- spring_config_param=<%= @connector_directory %>/<%= @country %>/cfg/
|
- spring_config_param=<%= @connector_directory %>/<%= @country %>/cfg/
|
||||||
- PKCS11_PIN=<%= @pkcs11_pin %>
|
- PKCS11_PIN=<%= @pkcs11_pin %>
|
||||||
- PROXY_SERVICE_COOKIEENCRYPTPW= <%= @proxy_service_cookie_encrypt_pw %>
|
- PROXY_SERVICE_COOKIEENCRYPTPW=<%= @proxy_service_cookie_encrypt_pw %>
|
||||||
|
|
||||||
hostname: <%= @server_fqdn %>
|
hostname: <%= @server_fqdn %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue