fix: extra_hosts para acceder a Dovecot (host.docker.internal)

This commit is contained in:
Tatiana Villa Ema 2026-04-25 18:21:55 +02:00
parent 4de7a3d8e0
commit 69fc1011d8
1 changed files with 3 additions and 1 deletions

View File

@ -15,3 +15,5 @@
- ./config.ini:/app/config.ini
ports:
- "8088:5000"
extra_hosts:
- "host.docker.internal:host-gateway"