Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
u12206050 authored Dec 24, 2023
1 parent 09c42d0 commit 4d6495a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ 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 exec -it <container> <command>
docker-compose exec directus npx directus schema-sync install
```

Expand Down

0 comments on commit 4d6495a

Please sign in to comment.