BetterVoice / freeswitch-container

This project can be used to deploy a FreeSWITCH server inside a Docker container. The container currently uses the latest stable release version 1.6.x. An effort was made to build many modules so the container can be generic enough to serve many purposes.
https://www.bettervoice.com
238 stars 128 forks source link

Freeswitch logs are missing - from docker logs #10

Open mersed opened 6 years ago

mersed commented 6 years ago

Issue is happening on debian 9 only.

Basically, if I pull the same image with "1.6.16" tag and if I spin up container on ubuntu 16.04 (on my localhost) I can see freeswitch logs just fine (with docker logs).

If I do the same on the debian 9 (on server side), then freeswitch logs are missing and they are not accessible with docker logs.

Both machines are using same docker version 17.09.0-ce

Did anyone encounter similar issue?