From e2a143fcc3d91f9ad56b4f9fda7fe4982323d412 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Mon, 20 Apr 2026 10:23:36 +1200 Subject: [PATCH] Minor clarity suggestions --- docs/install/docker-compose.md | 6 +++--- lite/docker-compose.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/install/docker-compose.md b/docs/install/docker-compose.md index 0bbb9e203..378dd874e 100644 --- a/docs/install/docker-compose.md +++ b/docs/install/docker-compose.md @@ -24,7 +24,7 @@ The minimum system requirements for self-hosted Wave in Docker Compose are: - Current, supported versions of **Docker Engine** and **Docker Compose**. - Compute instance minimum requirements: - **Memory**: 12 GB RAM available on the host system (8 GB for Wave replicas + headroom for OS and Docker). - - **CPU**: 4 CPU cores available on the host system (2 for Wave replicas + headroom for OS and Docker). + - **CPU**: 4 CPU cores available on the host system (2 CPU cores for Wave replicas + headroom for OS and Docker). - **Storage**: 10 GB in addition to sufficient disk space for your container images and temporary files. - For example, in AWS EC2, `m5a.xlarge` or greater - **Network**: Connectivity to your PostgreSQL and Redis instances. @@ -136,8 +136,8 @@ Add the following to your `docker-compose.yml`: ```yaml services: wave: - # Replace with your Wave image registry path - image: + # Replace with your Wave image registry path + image: ports: - "9090:9090" environment: diff --git a/lite/docker-compose.yml b/lite/docker-compose.yml index ba2ce462d..463d5c68e 100644 --- a/lite/docker-compose.yml +++ b/lite/docker-compose.yml @@ -24,8 +24,8 @@ services: restart: unless-stopped wave: - # Replace with your Wave image registry path - image: # + # Replace with your Wave image registry path + image: ports: - "9090:9090" volumes: