[Compose] Add net_bind_service to Postfix container caps
parent
dc024331c7
commit
b8fc27fc78
|
@ -199,6 +199,8 @@ services:
|
|||
- DBNAME=${DBNAME}
|
||||
- DBUSER=${DBUSER}
|
||||
- DBPASS=${DBPASS}
|
||||
cap_add:
|
||||
- NET_BIND_SERVICE
|
||||
ports:
|
||||
- "${SMTP_PORT:-25}:25"
|
||||
- "${SMTPS_PORT:-465}:465"
|
||||
|
|
Loading…
Reference in New Issue