Make port types explicit
Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
@@ -32,10 +32,10 @@ services:
|
|||||||
# any…)
|
# any…)
|
||||||
network_mode: host
|
network_mode: host
|
||||||
# ports:
|
# ports:
|
||||||
# - "7880:7880"
|
# - "7880:7880/tcp"
|
||||||
# - "7881:7881"
|
# - "7881:7881/tcp"
|
||||||
# - "7882:7882"
|
# - "7882:7882/tcp"
|
||||||
# - "50100-50200:50100-50200"
|
# - "50100-50200:50100-50200/upd"
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/livekit.yaml:/etc/livekit.yaml
|
- ./backend/livekit.yaml:/etc/livekit.yaml
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user