Changed LAM container name

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-07 15:34:40 +02:00
parent dfd7be9d72
commit 6272303b55
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,7 +1,7 @@
{% include 'roles/docker-compose/templates/base.yml.j2' %}
application:
container_name: {{ application_id }}
container_name: {{ application_id | get_entity_name }}
image: "{{ applications | get_app_conf(application_id, 'images.lam', True) }}"
ports:
- 127.0.0.1:{{ports.localhost.http[application_id]}}:80