From 69fc1011d89956f281c8bd1869dd36aca5ca84a7 Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Sat, 25 Apr 2026 18:21:55 +0200 Subject: [PATCH] fix: extra_hosts para acceder a Dovecot (host.docker.internal) --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0652947..43c0ad2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,4 +14,6 @@ - ./users.json:/app/users.json - ./config.ini:/app/config.ini ports: - - "8088:5000" \ No newline at end of file + - "8088:5000" + extra_hosts: + - "host.docker.internal:host-gateway" \ No newline at end of file