diff --git a/global/overlay/etc/puppet/modules/soc/templates/vuln-dashboard/docker-compose.yml.erb b/global/overlay/etc/puppet/modules/soc/templates/vuln-dashboard/docker-compose.yml.erb index 0251dd1..6dd5171 100644 --- a/global/overlay/etc/puppet/modules/soc/templates/vuln-dashboard/docker-compose.yml.erb +++ b/global/overlay/etc/puppet/modules/soc/templates/vuln-dashboard/docker-compose.yml.erb @@ -24,7 +24,7 @@ services: init: true volumes: - pocs-data:/app/stored_pocs - - "<%= @app_config_file %>:/app/config.yml:ro" + - "<%= @app_config_file %>:/app/config.yaml:ro" networks: - default - sso-proxy