Change ports in docker-compose file if needed

master
andryyy 2017-01-01 21:26:51 +01:00
parent c0b31ff2d4
commit b53df6e088
1 changed files with 8 additions and 8 deletions

View File

@ -127,11 +127,11 @@ services:
- DBUSER=${DBUSER}
- DBPASS=${DBPASS}
ports:
- "${IMAP_PORT}:143"
- "${IMAPS_PORT}:993"
- "${POP_PORT}:110"
- "${POPS_PORT}:995"
- "${SIEVE_PORT}:4190"
- "143:143"
- "993:993"
- "110:110"
- "995:995"
- "4190:4190"
dns:
- 172.22.1.254
dns_search: mailcow-network
@ -152,9 +152,9 @@ services:
- DBUSER=${DBUSER}
- DBPASS=${DBPASS}
ports:
- "${SMTP_PORT}:25"
- "${SMTPS_PORT}:465"
- "${SUBMISSION_PORT}:587"
- "25:25"
- "465:465"
- "587:587"
restart: always
hostname: ${MAILCOW_HOSTNAME}
dns: