Add extra_hosts configuration for ingress service in Docker Compose files

This commit is contained in:
cruizba 2025-05-28 12:02:30 +02:00
parent 0dd80a1d28
commit 294d6887ad
2 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,8 @@ services:
platform: linux/amd64
container_name: ingress
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
ports:
- 1935:1935
- 8085:8085

View File

@ -129,6 +129,8 @@ services:
platform: linux/amd64
container_name: ingress
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
ports:
- 1935:1935
- 8085:8085