Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/guide/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down