jetsung 为 Docker 容器指定 hosts 域名的 IP 在 extra_hosts 模块下添加 domain:host_ip,如 example.com:192.168.0.1。 services: your_service_name: image: your_image_name container_name: your_container_name extra_hosts: - "example.com:192.168.0.1"