Hello I am trying to run my container with --read-only, but when I receive a request for multipart upload i tries to create a temporary file:
java.nio.file.FileSystemException: /tmp/undertow3773194840223053389upload: Read-only file system.
Is it possible to make it only in memory?
thanks =)