From cce8a0f57c401772788b999415c2906daa003314 Mon Sep 17 00:00:00 2001 From: nathanbegbie Date: Sat, 28 Sep 2024 20:42:57 +0300 Subject: [PATCH 1/2] [docs] fix path to docker compose pg --- packages/nocodb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/README.md b/packages/nocodb/README.md index 7285cb7c94..e10ecc0d13 100644 --- a/packages/nocodb/README.md +++ b/packages/nocodb/README.md @@ -134,7 +134,7 @@ We provide different docker-compose.yml files under [this directory](https://git ```bash git clone https://github.com/nocodb/nocodb # for PostgreSQL -cd nocodb/docker-compose/pg +cd nocodb/docker-compose/2_pg docker-compose up -d ``` From 79e9b7c84941f3d4a0579f4e44454ba2cf2ac90e Mon Sep 17 00:00:00 2001 From: nathanbegbie Date: Sat, 28 Sep 2024 20:45:10 +0300 Subject: [PATCH 2/2] [docs] fix docker compose path for installation --- .../050.self-hosted/010.installation/030.docker-compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/030.docker-compose.md b/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/030.docker-compose.md index 1b312b1153..1e6400be3c 100644 --- a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/030.docker-compose.md +++ b/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/030.docker-compose.md @@ -25,7 +25,7 @@ Docker Compose allows you to define and run multi-container Docker applications. 2. Navigate to the docker-compose directory ```bash - cd nocodb/docker-compose/pg + cd nocodb/docker-compose/2_pg ``` 3. Start the services using Docker Compose: @@ -61,4 +61,4 @@ Docker Compose allows you to define and run multi-container Docker applications. ```bash docker-compose ps - ``` \ No newline at end of file + ```