Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored Oct 29, 2023
1 parent 73c399c commit 7e3950a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ volumes:
services:
webrtc-streamer:
image: mpromonet/webrtc-streamer:latest
command: ["-C", "config.json", "-R", "32768-32771"]
command: ["-C", "config.json"]
ports:
- 8000:8000
- 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 7e3950a

Please sign in to comment.