Hello,
basically what the title says. Is it recommended to run them as a non root user in production env?
TL;DR
Running the Appwrite containers as root is easier due to Swoole, but you can run them as a non-root user in Docker's rootless mode for better security in a production environment.
Binyamin
4 Mar, 2024, 20:46
Appwrite uses `swoole` which is easier to run on root,
But if you want you can run your Docker in rootless mode