From f79d6114e97657236d1f7905b2f2870f017fa240 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:08:46 +0200 Subject: [PATCH] doc: add comment in docker compose Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index fa91e7d..05b4104 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,8 @@ services: ports: - 1025:25/tcp - 1143:143/tcp + # Note: You should not have to modify the inner ports because + # socat is used to send them to the port expected by the bridge restart: unless-stopped volumes: - protonmail:/root