Skip to content

Commit f5feadb

Browse files
committed
docs(readme): update Docker run command to include 'serve' subcommand
1 parent eba9238 commit f5feadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It works in run time and can respond to any type of access control checks (can u
5959
You can quickly start Permify on your local with running the docker command below:
6060

6161
```shell
62-
docker run -p 3476:3476 -p 3478:3478 ghcr.io/permify/permify
62+
docker run -p 3476:3476 -p 3478:3478 ghcr.io/permify/permify serve
6363
```
6464

6565
This will start Permify with the default configuration options:

0 commit comments

Comments
 (0)