fix: extra_hosts para acceder a Dovecot (host.docker.internal)
This commit is contained in:
parent
4de7a3d8e0
commit
69fc1011d8
|
|
@ -14,4 +14,6 @@
|
|||
- ./users.json:/app/users.json
|
||||
- ./config.ini:/app/config.ini
|
||||
ports:
|
||||
- "8088:5000"
|
||||
- "8088:5000"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
Loading…
Reference in New Issue