We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe39e3d commit d2a45a5Copy full SHA for d2a45a5
README.md
@@ -100,6 +100,10 @@ To use `docker-zulip`, you need the following:
100
easy to sharply limit the RAM allocated to the services Zulip
101
depends on, like redis, memcached, and postgresql (at the cost of
102
potential performance issues).
103
+* This project doesn't support `docker-rootless`; Zulip needs root
104
+ access to set properties like the maximum number of open file
105
+ descriptions via `ulimit` (which is important for it to handle
106
+ thousands of connected clients).
107
108
[install-docker]: https://docs.docker.com/install/
109
[install-docker-compose]: https://docs.docker.com/compose/install/
0 commit comments