Route 9080 through caddy to redir to /meet
This commit is contained in:
parent
2ea399dc42
commit
0ee45ec06f
@ -28,6 +28,7 @@ services:
|
||||
- 7443:7443
|
||||
- 7880:7880
|
||||
- 9443:9443
|
||||
- 9080:9080
|
||||
depends_on:
|
||||
setup:
|
||||
condition: service_completed_successfully
|
||||
@ -167,8 +168,6 @@ services:
|
||||
image: docker.io/openvidu/openvidu-meet:main
|
||||
container_name: openvidu-meet
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 9080:6080
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
environment:
|
||||
|
||||
@ -29,6 +29,7 @@ services:
|
||||
- 7443:7443
|
||||
- 7880:7880
|
||||
- 9443:9443
|
||||
- 9080:9080
|
||||
depends_on:
|
||||
setup:
|
||||
condition: service_completed_successfully
|
||||
@ -169,8 +170,6 @@ services:
|
||||
image: docker.io/openvidu/openvidu-meet:main
|
||||
container_name: openvidu-meet
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 9080:6080
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user