Skip to content

Commit 316a854

Browse files
authored
Update docker-compose.mdx (#464)
Minor changes to enhance the doc
1 parent 3a4b1bc commit 316a854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/docs/contents/docker-compose.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cp packages/js/.env.example packages/js/.env
1515
cp packages/react/.env.example packages/react/.env
1616
cp packages/vue/.env.example packages/vue/.env
1717

18-
# Ensure that clerk is setup in `client` and a user is created by following the instructions here: https://docs.revert.dev/overview/developer-guide/developer-guide#-revertdotdev-client
18+
# Ensure that [clerk](https://clerk.com/docs/quickstarts/setup-clerk) is setup in `client` and a user is created by following the instructions here: https://docs.revert.dev/overview/developer-guide/developer-guide#-revertdotdev-client
1919

2020
# Update these .env files with any of your own secrets if you'd like to.
2121

@@ -29,14 +29,14 @@ docker-compose up -d
2929

3030
```
3131

32-
The UI is now available at http://localhost:3000 and the backend is available at http://localhost:4001. This also contains a postgres database alongside the API.
32+
The UI is now available at http://localhost:3000 and the backend is available at http://localhost:4001. This also contains a Postgres database alongside the API.
3333

3434

3535
#### Run Revert with your own database & redis
3636

37-
The above steps allow you to spin up a postgres & redis instance alongside the API and UI.
37+
The above steps allow you to spin up a Postgres & Redis instance alongside the API and UI.
3838

39-
To use your own postgres & redis instance run the following set of commands:
39+
To use your own Postgres & Redis instance run the following set of commands:
4040

4141

4242
```shell

0 commit comments

Comments
 (0)