Issue Summary

I want to mount Redash(container) log files on the host by ‘volumes’, but don’t know the path of redash logs are in the container,Anybody know?

I successfully mounted NGINX log files on the host
image

Any help would be appreciated

Technical details:

  • Redash Version: V8
  • Browser/OS: Chrome/Centos7
  • How did you install Redash:docker-compose

You need to mkdir logs, and volumes: your machine path(anywhere):/app/logs

@zhongshaoming1
Like this:
image

I will have a try, Thanks o lot