Merge pull request #15 from itsamenathan/master

Adding user option to template
This commit is contained in:
Alex Kretzschmar 2023-07-24 14:42:26 -04:00 committed by GitHub
commit e6f222c44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}