Skip to content

Commit

Permalink
okteto seems to not allow port range
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 28, 2023
1 parent a650d1c commit 25c9152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ volumes:
services:
webrtc-streamer:
image: mpromonet/webrtc-streamer:latest
command: ["-C", "config.json", "-R", "32768-32771"]
ports:
- 8000:8000
- "0-65535:0-65535/udp"
- 32768:32768/udp
- 32769:32769/udp
- 32770:32770/udp
- 32771:32771/udp

prometheus:
image: prom/prometheus:v2.1.0
Expand Down

0 comments on commit 25c9152

Please sign in to comment.