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

@ -14,4 +14,6 @@
- ./users.json:/app/users.json - ./users.json:/app/users.json
- ./config.ini:/app/config.ini - ./config.ini:/app/config.ini
ports: ports:
- "8088:5000" - "8088:5000"
extra_hosts:
- "host.docker.internal:host-gateway"