Skip to content

Commit

Permalink
Merge pull request bcc-code#11 from bcc-code/u12206050-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
u12206050 authored Dec 24, 2023
2 parents 09c42d0 + a32112a commit 1cab9cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ volumes:
- ./schema-sync:/directus/schema-sync
```

Upon first time running the container, run the following command to install the extension's columns in the database and add the config folder. (Replace the first `directus` with the name of your container if it is different)
Upon first time running the container, run the following command to install the extension's columns in the database and add the config folder. (Replace the first `directus` with the name of your service running directus if it is different)

```bash
docker-compose exec directus npx directus schema-sync install
// docker exec -it <container> <command>
docker-compose exec -it directus npx directus schema-sync install
```

## via NPM (Assuming you are running Directus via NPM)
Expand Down

0 comments on commit 1cab9cb

Please sign in to comment.