Add extra_hosts configuration for ingress service in Docker Compose files
This commit is contained in:
parent
0dd80a1d28
commit
294d6887ad
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user