Skip to content

Commit 327e712

Browse files
calliclescursoragenttg339
authored
Update Docker Compose version requirement in deployment docs (#2499)
Co-authored-by: Cursor Agent <[email protected]> Co-authored-by: tim <[email protected]>
1 parent 3ef8157 commit 327e712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/framework-docs/src/pages/moose/deploying/self-hosting/deploying-with-docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We are also offering an HA managed deployment option for Moose called [Boreal](h
2626
Before you begin, you'll need:
2727

2828
- Ubuntu 24 or above (for this guide)
29-
- Docker and Docker Compose
29+
- Docker and Docker Compose (minimum version 2.23.1)
3030
- Access to a server with at least 8GB RAM and 4 CPU cores
3131

3232
The Moose stack consists of:

apps/framework-docs/src/pages/moose/reference/minimum-requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The development setup has higher requirements because Moose runs locally along w
1414
- Windows with Linux subsystem (Ubuntu preferred)
1515
- Linux (Debian 10+, Ubuntu 18.10+, Fedora 29+, CentOS/RHEL 8+)
1616
- Mac OS 13+
17-
- **Runtime:** Python 3.12+ or Node.js 20+, and Docker 24.0.0+
17+
- **Runtime:** Python 3.12+ or Node.js 20+, Docker 24.0.0+, and Docker Compose 2.23.1+
1818

1919
## Production Setup
2020

0 commit comments

Comments
 (0)