docker_systemd_service/templates/env.j2

3 lines
68 B
Django/Jinja

{% for k,v in container_env|dictsort %}
{{ k }}={{ v }}
{% endfor %}