docker-compose.yml
, change the ports for the Nginx container to a custom port as shown in the below example.docker-compose up -d
public IP
of your machine.data/nginx/nginx.app.conf.template
modify the line:v1.6.4
, we upgraded our libraries & Spring framework. This caused a compatibility issue between the libraries used within Appsmith and the version of MongoDB that was shipped earlier. This didn't show up in our testing because all our testing happened against MongoDB clusters with replica sets, where the problem doesn't surface. We apologize for this breaking experience.v1.6.4
.&authSource=admin
to the end of your APPSMITH_MONGODB_URI
variable’s value in your docker.env
file. For example, in your docker.env
file, if you have the following line:&authSource=admin
. Do NOT copy-paste this whole line. Only add the &authSource=admin
part to your existing value.