Closed skhaz closed 1 year ago
The error was my fault; I forgot to redirect the logs to stdout and stderr. By doing this, I could run as non-root on a read-only filesystem.
Hi @skhaz can you explain how you solved the issue in the end? I'm having a similar issue running the read-only filesystems.
@antfig, I ended up running it inside the container as root, unfortunately. The supervisor tried to write in several places, and I had no time to track which files were.
Thanks for the Reply @skhaz ;)
Is it possible to run the supervisor on a read-only filesystem?
Context: I'm using it to run a NodeJS application and Nginx together, and one of the requirements is to run as non-root on a read-only filesystem.
My config
However, when I run it, I got the error
When I set the log to stdout, I got the error
I was reading the documentation and couldn't find any setting that I could use to completely redirect or disable the supervisord logs.
Is it possible?