commit
9846f2f03a
@ -1,4 +1,4 @@
|
||||
# {{ ansible_managed }}
|
||||
{{ ansible_managed | comment }}
|
||||
---
|
||||
version: "{{ compose_schema_version | default('2') }}"
|
||||
services:
|
||||
@ -154,6 +154,9 @@ services:
|
||||
- {{ envfile }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if container.user is defined %}
|
||||
user: {{ container.user }}
|
||||
{% endif %}
|
||||
{% if container.restart is defined %}
|
||||
restart: {{ container.restart }}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user