docker_systemd_service/templates/env.j2

3 lines
68 B
Plaintext
Raw Normal View History

2023-12-03 21:56:21 +00:00
{% for k,v in container_env|dictsort %}
{{ k }}={{ v }}
{% endfor %}