[Compose] Add net_bind_service to Postfix container caps
This commit is contained in:
parent
dc024331c7
commit
b8fc27fc78
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user