mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 13:06:50 +00:00
[docs] fix docker compose path for installation
This commit is contained in:
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user