extra hosts.

This commit is contained in:
mguschin
2026-02-03 21:30:02 +03:00
parent d41888df6e
commit 973e8d4268

View File

@@ -14,6 +14,8 @@ services:
MYSQL_USER: ${MYSQL_USER}
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}
extra_hosts:
- "host.docker.internal:127.0.0.1"
ports:
- "5222:5222"
- "5269:5269"