Solved typo bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-13 21:10:50 +02:00
parent 8f31b2fbfe
commit ed67ca0501
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -2,7 +2,7 @@
application:
{% set container_port = 80 %}
{% include 'roles/docker-container/templates/base.yml.j2' %}
image: "{{ applications | get_app_conf(application_id, 'docker.services.matomo.image']', True) }}"
image: "{{ applications | get_app_conf(application_id, 'docker.services.matomo.image', True) }}"
ports:
- "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}"
volumes: