moosec asked
wkw replied
not related. u can use docker on a vm. the problem is probably due to some misconfiguration
moosec replied
I copied the code from the website under the docker compose section. This was located under the production section.
wkw replied
n are u able to access nocodb from your computer? did u get bad gateway only using another computer?
moosec replied
The virtual machine that installed on has no graphical interface. This is that I used:
git clone GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative
cd nocodb
cd docker-compose
cd mysql or pg or mssql
docker-compose up -d
moosec replied
Also I tried to access via VPN to the docker image using the VM’s IP and could not see anything. I also tried passing it through a Nginix reverse proxy to access via subdomain and it gave bad gateway.
moosec replied