Fixed certificate renewal bug

This commit is contained in:
2025-08-07 13:21:38 +02:00
parent 5a0684fa2d
commit 3eca5dabdf
3 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ database_type: false
# Openresty
openresty_image: "openresty/openresty"
openresty_version: "alpine"
openresty_container: "openresty"
openresty_container: "{{ applications | get_app_conf(application_id, 'docker.services.openresty.name', True) }}"
# Docker
docker_compose_flush_handlers: true