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 28, 2023
1 parent ec96bf4 commit a650d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
image: mpromonet/webrtc-streamer:latest
ports:
- 8000:8000
- "0-65535:0-65535/udp"

prometheus:
image: prom/prometheus:v2.1.0
Expand All @@ -32,4 +33,4 @@ services:
- grafana_data:/var/lib/grafana
- ./grafana/grafana.ini:/etc/grafana/grafana.ini
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
- ./grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards
- ./grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards

0 comments on commit a650d1c

Please sign in to comment.