Skip to content

Commit

Permalink
chore: update tag on docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstatic committed Apr 4, 2024
1 parent 8bfc6d8 commit 62a96c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/all_in_one_monitoring/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'
services:
bbb-exporter:
container_name: bbb-exporter
image: greenstatic/bigbluebutton-exporter:v0.7.0
image: greenstatic/bigbluebutton-exporter:v0.7.1
network_mode: host
volumes:
# Can be removed if `BBB_VERSION_READ_FROM_DISK` is set to false (or omitted).
Expand Down
2 changes: 1 addition & 1 deletion extras/docker-compose.exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
bbb-exporter:
container_name: "bbb-exporter"
image: greenstatic/bigbluebutton-exporter:v0.7.0
image: greenstatic/bigbluebutton-exporter:v0.7.1
ports:
- "127.0.0.1:9688:9688"
volumes:
Expand Down

0 comments on commit 62a96c3

Please sign in to comment.