Fix syntax in proxy compose file

This commit is contained in:
Patrik Holmqvist 2025-01-31 14:47:23 +01:00
parent d84f380b44
commit 39548bc524
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -9,7 +9,7 @@ services:
- CERTNAME=<%= @server_fqdn %>_infra
- spring_config_param=<%= @connector_directory %>/<%= @country %>/cfg/
- PKCS11_PIN=<%= @pkcs11_pin %>
- PROXY_SERVICE_COOKIEENCRYPTPW= <%= proxy_service_cookie_encrypt_pw %>
- PROXY_SERVICE_COOKIEENCRYPTPW= <%= @proxy_service_cookie_encrypt_pw %>
hostname: <%= @server_fqdn %>