Skip to content

Commit

Permalink
update(depend): live777 version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Aug 28, 2024
1 parent 7516013 commit 9ed2506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "6379:6379/tcp"

live777:
image: ghcr.io/binbat/live777-server:0.3.3
image: ghcr.io/binbat/live777-server:0.5.1
container_name: live777
hostname: live777
ports:
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import presetUno from '@unocss/preset-uno'
export default defineConfig({
server: {
proxy: {
'^/resource/.*': 'http://localhost:7777',
'^/session/.*': 'http://localhost:7777',
'^/whip/.*': 'http://localhost:7777',
'^/whep/.*': 'http://localhost:7777',
'^/room/.*': 'http://localhost:4000',
Expand Down

0 comments on commit 9ed2506

Please sign in to comment.