Skip to content

Commit

Permalink
chore(deps): update ossrs/srs docker tag to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 764b9ad commit e6c6b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
# command: ./objs/srs -c conf/knzklive.conf

srs:
image: ossrs/srs:4
image: ossrs/srs:6
container_name: srs
expose:
- 8080
Expand Down
2 changes: 1 addition & 1 deletion infra/push/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
srs:
image: ossrs/srs:4
image: ossrs/srs:6
restart: unless-stopped
container_name: srs
expose:
Expand Down

0 comments on commit e6c6b22

Please sign in to comment.