add port 80 to docker-compose-default

https://github.com/chatmail/relay/pull/614#discussion_r2279656441
This commit is contained in:
Keonik1
2026-02-16 14:41:48 +01:00
committed by j4n
parent fb798bb6a3
commit 31fc856993
+1
View File
@@ -31,6 +31,7 @@ services:
# CERTS_MONITORING_TIMEOUT: 10 # CERTS_MONITORING_TIMEOUT: 10
# IS_DEVELOPMENT_INSTANCE: "True" # IS_DEVELOPMENT_INSTANCE: "True"
ports: ports:
- "80:80"
- "25:25" - "25:25"
- "587:587" - "587:587"
- "143:143" - "143:143"