Browse Source

Merge pull request #9566 from nathanbegbie/fix-docker-compose-setup-path

[docs] Fix docker compose setup path
pull/9570/head
navi 2 months ago committed by GitHub
parent
commit
6814f9abca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/030.docker-compose.md
  2. 2
      packages/nocodb/README.md

2
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 2. Navigate to the docker-compose directory
```bash ```bash
cd nocodb/docker-compose/pg cd nocodb/docker-compose/2_pg
``` ```
3. Start the services using Docker Compose: 3. Start the services using Docker Compose:

2
packages/nocodb/README.md

@ -134,7 +134,7 @@ We provide different docker-compose.yml files under [this directory](https://git
```bash ```bash
git clone https://github.com/nocodb/nocodb git clone https://github.com/nocodb/nocodb
# for PostgreSQL # for PostgreSQL
cd nocodb/docker-compose/pg cd nocodb/docker-compose/2_pg
docker-compose up -d docker-compose up -d
``` ```

Loading…
Cancel
Save