Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Aug 22, 2022
1 parent 9b51c42 commit caac044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ services:
- "7882:7882/udp"
volumes:
- .:/app
- ../client:/app/client
- ../recording_files:/app/recording_files
command: --config "/app/livekit.yaml" --dev
depends_on:
- redis
Expand All @@ -47,6 +45,8 @@ services:
- "8080:8080/tcp"
volumes:
- .:/app
- ../client:/app/client
- ../recording_files:/app/recording_files
# mount fonts as read only mood
# - /usr/share/fonts/:/usr/share/fonts/:ro
# - /etc/fonts/:/etc/fonts/:ro
Expand Down

0 comments on commit caac044

Please sign in to comment.