[docs] fix docker compose path for installation

This commit is contained in:
nathanbegbie
2024-09-28 20:45:10 +03:00
committed by GitHub
parent cce8a0f57c
commit 79e9b7c849

View File

@@ -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
```
```