From d2cd74ec8bca37e9a669399ecbf080e98fafc381 Mon Sep 17 00:00:00 2001 From: Min Idzelis Date: Fri, 6 Jun 2025 01:16:21 +0000 Subject: [PATCH] close
--- docs/docs/developer/devcontainers.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/developer/devcontainers.md b/docs/docs/developer/devcontainers.md index ded588742d8..dd741eaa957 100644 --- a/docs/docs/developer/devcontainers.md +++ b/docs/docs/developer/devcontainers.md @@ -51,12 +51,12 @@ While this guide focuses on VS Code, you have many options for Dev Container dev The Dev Container environment consists of the following services: -| Service | Container Name | Description | Ports | -| ---------------- | ------------------------- | --------------------------------------------------------- | -------------------------------------------------------------------- | -| Server & Web | `immich-server` | Runs both API server and web frontend in development mode | 2283 (API)
3000 (Web)
9230 (Workers Debug)
9231 (API Debug) | -| Database | `database` | PostgreSQL database | 5432 | -| Cache | `redis` | Valkey cache server | 6379 | -| Machine Learning | `immich-machine-learning` | Immich ML model inference server | 3003 | +| Service | Container Name | Description | Ports | +| ---------------- | ------------------------- | --------------------------------------------------------- | ----------------------------------------------------------------------- | +| Server & Web | `immich-server` | Runs both API server and web frontend in development mode | 2283 (API)
3000 (Web)
9230 (Workers Debug)
9231 (API Debug) | +| Database | `database` | PostgreSQL database | 5432 | +| Cache | `redis` | Valkey cache server | 6379 | +| Machine Learning | `immich-machine-learning` | Immich ML model inference server | 3003 | ## Getting Started