Make port types explicit

Co-authored-by: fkwp <fkwp@users.noreply.github.com>
This commit is contained in:
Robin 2024-09-27 16:35:39 -04:00 committed by GitHub
parent f0e59baad4
commit 5cf1cf9e54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: