Skip to content
Snippets Groups Projects
Verified Commit e0260299 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Mail] Only map useful ports

parent 89abcbe2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ services:
container_name: pica-mail-mda
ports:
- "143:143"
- "993:993"
networks:
- mail
hostname: pica-mail-mda
......@@ -40,8 +39,6 @@ services:
build: ./pica-mail-mta
container_name: pica-mail-mta
ports:
- "25:25"
- "465:465"
- "587:587"
networks:
- mail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment