Skip to content

How to raise the 50 Mb limit for datasets in a locally run docker instance? #955

Discussion options

You must be logged in to vote

Dear @dhdeangelis ,

it is possible to change the limit for a local docker instance configuring the following files:

  • WEB-INF/classes/etf-config.properties, in line 34 you can change the etf.max.upload.size property.
  • /res/nginx.conf, in line 3 you can modify the client_max_body_size property that is by default set at 50M (50MB).

Finally, when you start the docker a folder named etf is created on your home directory, if you have one already created, delete it before you build the new image.

Please let us know if further feedback is needed.

Best regards,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dhdeangelis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
deployment This issue is about the deployment of the Docker image, WAR file or operational environment
2 participants