Skip to content
Snippets Groups Projects
Commit 8a5ba6b2 authored by Alexander Block's avatar Alexander Block
Browse files

Use proper style (spacing) for docker_storage_options

parent c3ec3ff9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Wants=docker.socket
[Service]
Type=notify
{% if docker_storage_options is defined %}
Environment="DOCKER_STORAGE_OPTIONS={{docker_storage_options}}"
Environment="DOCKER_STORAGE_OPTIONS={{ docker_storage_options }}"
{% endif %}
Environment=GOTRACEBACK=crash
ExecReload=/bin/kill -s HUP $MAINPID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment