[Compose] Add net_bind_service to Postfix container caps

master
andre.peters 2018-01-25 22:45:06 +01:00
parent dc024331c7
commit b8fc27fc78
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ services:
- DBNAME=${DBNAME} - DBNAME=${DBNAME}
- DBUSER=${DBUSER} - DBUSER=${DBUSER}
- DBPASS=${DBPASS} - DBPASS=${DBPASS}
cap_add:
- NET_BIND_SERVICE
ports: ports:
- "${SMTP_PORT:-25}:25" - "${SMTP_PORT:-25}:25"
- "${SMTPS_PORT:-465}:465" - "${SMTPS_PORT:-465}:465"