docker_systemd_service/templates/env.j2

3 lines
91 B
Plaintext
Raw Normal View History

2023-12-04 22:10:02 +00:00
{% for k,v in docker_systemd_service_container_env|dictsort %}
2023-12-03 21:56:21 +00:00
{{ k }}={{ v }}
{% endfor %}