1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-21 01:49:22 +02:00

open port :80 for redirect listener

This commit is contained in:
William Kray 2017-01-04 09:09:41 -08:00
parent 182e12782a
commit b6b3f481fa

View File

@ -214,6 +214,7 @@ services:
dns_search: mailcow-network
ports:
- "443:443"
- "80:80"
restart: always
networks:
mailcow-network: