Piotr
Piotr
Hi @sonicfray, You are right. The `File` widget should be updated to allow multiple file upload.
Thanks for response @catabram, looks like server is working because you have screenshot with API viewer. It is a good sign. Have you customised nginx configuration? Are you able to...
Thanks for nginx config. In the screenshot you are using port 9010, in ngnix you are not setting this port ... Is it working without port number?
You might be right, I have reports from that docker is not working with 3.8 https://github.com/mljar/mercury/issues/385
I've updated the Dockerfile, please check #385.
Please double check your nginx configuration. Have you changed the port number in docker entrypoint script https://github.com/mljar/mercury/blob/main/docker/mercury/entrypoint.sh (line 37).
Hi @slvstr1, Please run mercury with docker-compose https://runmercury.com/docs/docker-compose/ - mercury should run in separate container and static files from mercury should be served with nginx. The error that you get...
The docker-compose sees `.env` file, but not all environment variables are defined ... you are not getting errors for `NOTEBOOKS_PATH`. Mercury should work without email variables configuration. Are you able...
First build might be long, but it should be few minutes, ~5-10 minutes on small RAM machine (do you have more than 2GB RAM machine?). Do you have some logs...
The 12GB RAM is a true beast for Mercury. It will work smoothly. I'm using commands: ``` sudo docker ps ``` and to start docker-compose ``` sudo docker-compose up ```