Solved oauth2 path bugs

This commit is contained in:
2025-07-17 05:49:45 +02:00
parent bfc42ce2ac
commit fd637c58e3
3 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@
ports:
- {{ports.localhost.oauth2_proxy[application_id]}}:4180/tcp
volumes:
- "{{docker_compose.directories.volumes}}{{applications | get_app_conf('oauth2-proxy' 'configuration_file')}}:/oauth2-proxy.cfg"
- "{{docker_compose.directories.volumes}}{{applications | get_app_conf('oauth2-proxy','configuration_file')}}:/oauth2-proxy.cfg"
{% endif %}