From d180373ec193699614c7c5e6e4234a55d0717e2d Mon Sep 17 00:00:00 2001 From: imakida Date: Thu, 25 Jul 2024 17:36:01 -1000 Subject: [PATCH] fix: "acess" should be "access" (#11363) --- docs/docs/developer/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developer/setup.md b/docs/docs/developer/setup.md index b80f11300c..5f8d442aa8 100644 --- a/docs/docs/developer/setup.md +++ b/docs/docs/developer/setup.md @@ -24,7 +24,7 @@ This environment includes the services below. Additional details are available i - Web app - [`/web`](https://github.com/immich-app/immich/tree/main/web) - Machine learning - [`/machine-learning`](https://github.com/immich-app/immich/tree/main/machine-learning) - Redis -- PostgreSQL development database with exposed port `5432` so you can use any database client to acess it +- PostgreSQL development database with exposed port `5432` so you can use any database client to access it All the services are packaged to run as with single Docker Compose command.