Issue Summary
TL;DR I cannot find the redash
folder under my Redash Docker container’s opt
directory.
I have successfully gotten Redash up + running on Docker. Now, I need to set up HTTPS and configure the mail service, both of which require editing the /opt/redash/env
file, per the instructions here and here.
My steps:
- Get the
CONTAINER_ID
ofredash-test_server
docker exec -t <CONTAINER_ID> /bin/bash
-
cd /opt/
→ The only subfolders here aremicrosoft
andsimba
Where else should I look for this redash/env
file?
Technical details:
- Redash Version: Commit 7cac149cef70263b328049cb376c7f25f7b03efb in getredash/redash repo
- Browser/OS: Ubuntu 18.04.1 LTS (GNU/Linux 5.4.0-1061-azure x86_64)
- How did you install Redash: Docker