use the minio_server_addr for this layout.

This commit is contained in:
Julia Longtin 2019-06-12 06:39:50 +01:00 committed by Gregor
parent b224dfe9ab
commit 743404125f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ SendSIGKILL=no
SuccessExitStatus=0
{% if (minio_server_addr.split(':')[-1] | int) < 1024 %}
{% if (layouts[layout]['minio_server_addr'].split(':')[-1] | int) < 1024 %}
AmbientCapabilities=CAP_NET_BIND_SERVICE
{% endif %}