Update docker-compose.yml
This commit is contained in:
		@@ -239,6 +239,7 @@ services:
 | 
				
			|||||||
      ports:
 | 
					      ports:
 | 
				
			||||||
        - "${SMTP_PORT:-25}:25"
 | 
					        - "${SMTP_PORT:-25}:25"
 | 
				
			||||||
        - "${SMTPS_PORT:-465}:465"
 | 
					        - "${SMTPS_PORT:-465}:465"
 | 
				
			||||||
 | 
					        - "${SUBMISSION_PORT:-587}:587"
 | 
				
			||||||
      restart: always
 | 
					      restart: always
 | 
				
			||||||
      dns:
 | 
					      dns:
 | 
				
			||||||
        - ${IPV4_NETWORK:-172.22.1}.254
 | 
					        - ${IPV4_NETWORK:-172.22.1}.254
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user