mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-11 16:28:18 +01:00
freeswitch: only store a small window of the logs permanently
This commit is contained in:
parent
859e61af06
commit
d5164ecef9
@ -134,6 +134,12 @@ services:
|
||||
- ./conf/dialplan_public:/etc/freeswitch/dialplan/public_docker
|
||||
- vol-freeswitch:/var/freeswitch/meetings
|
||||
network_mode: host
|
||||
logging:
|
||||
# reduce logs to a minimum, so `docker-compose logs -f` still works
|
||||
driver: "local"
|
||||
options:
|
||||
max-size: "10k"
|
||||
max-file: "1"
|
||||
|
||||
nginx:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user