Skip to content

Commit

Permalink
docs: fix docker image explaining part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Jan 6, 2025
1 parent 0bdc2f3 commit 6b1e22c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion documentation/docs/pages/docs/introduction/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,16 @@ The indexer only image is a slot smaller then the bundled image due to the fact
### Create new project
To create a new `no-code` project in your current directory, you can run the following:

`docker run -it -v $PWD:/app/project_path ghcr.io/joshstevens19/rindexer new -p /app/project_path no-code`
:::code-group

```bash [GraphQL and Indexer]
docker run -it -v $PWD:/app/project_path ghcr.io/joshstevens19/rindexer-bundled new -p /app/project_path no-code
```

```bash [Indexer only]
docker run -it -v $PWD:/app/project_path ghcr.io/joshstevens19/rindexer new -p /app/project_path no-code
```
:::

### Use with existing project
To use it with an existing project and a running postgres instance you can simply invoke:
Expand Down

0 comments on commit 6b1e22c

Please sign in to comment.