Skip to content

Commit

Permalink
avoid log file permission issues by disabling it
Browse files Browse the repository at this point in the history
  • Loading branch information
alangecker committed Jan 7, 2024
1 parent 21534c9 commit 60f887f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ services:
RECORDING_ADAPTER: bbb-webrtc-recorder
RECORD_WEBCAMS: "true"
KURENTO: '[]'

# avoid logging to a file
LOG_FILENAME: /dev/stdout
LOG_STDOUT_ENABLED: false

# TODO: add mediasoup IPv6
# TODO: can listen to 0.0.0.0 for nat support? https://github.com/versatica/mediasoup/issues/487
{{ if .Env.EXTERNAL_IPv6 }}
Expand All @@ -309,8 +314,6 @@ services:
MS_RTP_LISTEN_IP: '{"ip":"0.0.0.0", "announcedIp":"${EXTERNAL_IPv4}"}'
volumes:
- ./data/mediasoup:/var/mediasoup
tmpfs:
- /var/log/bbb-webrtc-sfu
network_mode: host

fsesl-akka:
Expand Down

0 comments on commit 60f887f

Please sign in to comment.