diff --git a/docs/guide/hosting.md b/docs/guide/hosting.md index b583318f..9ee259f5 100644 --- a/docs/guide/hosting.md +++ b/docs/guide/hosting.md @@ -6,10 +6,10 @@ We recommend hosting Apostrophe in self-hosted production environments with the | Software | Minimum Version | | ------------- | ------------- | -| Ubuntu | 16+ | -| [NGINX](https://www.nginx.com/) (or another proxy server) | Latest | -| [Node.js](https://nodejs.org/en/) | 18.x+ | -| [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) | 4.4+ | +| Ubuntu | 22.04+ | +| [NGINX](https://www.nginx.com/) (or another reverse proxy like Caddy, Traefik) | Latest | +| [Node.js](https://nodejs.org/en/) | 20.x+ | +| [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) | 7.0+ (tested through 8.0) | | Hardware specification | Minimum recommendation |