Add missing ports for smtp

This commit is contained in:
3wc 2020-09-26 15:19:41 +02:00
parent 08dc96cf70
commit 19343ebbfa

View File

@ -7,6 +7,7 @@ services:
ports:
- "80:80"
- "443:443"
- "587:587"
- "2222:2222"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"