Skip to content

Commit

Permalink
fix(mosquitto): use correct variable for image version
Browse files Browse the repository at this point in the history
Signed-off-by: Shantanoo 'Shan' Desai <shantanoo.desai@gmail.com>
  • Loading branch information
shantanoo-desai committed May 3, 2023
1 parent 6b82129 commit 19c9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/services/docker-compose.mosquitto.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
{% if 'image' in komponist.configuration.mosquitto %}
image: {{ komponist.configuration.mosquitto.image }}:{{ komponist.configuration.mosquito.version }}
{% else %}
image: docker.io/eclipse-mosquitto:{{ configuration.mosquitto.version | default('latest') }}
image: docker.io/eclipse-mosquitto:{{ komponist.configuration.mosquitto.version | default('latest') }}
{% endif %}
container_name: komponist_mosquitto
configs:
Expand Down

0 comments on commit 19c9c35

Please sign in to comment.