Merge pull request #15 from itsamenathan/master
Adding user option to template
This commit is contained in:
commit
e6f222c44c
@ -154,6 +154,9 @@ services:
|
|||||||
- {{ envfile }}
|
- {{ envfile }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if container.user is defined %}
|
||||||
|
user: {{ container.user }}
|
||||||
|
{% endif %}
|
||||||
{% if container.restart is defined %}
|
{% if container.restart is defined %}
|
||||||
restart: {{ container.restart }}
|
restart: {{ container.restart }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user