Skip to content

Commit dd605a2

Browse files
authored
Merge pull request #1715 from Permify/update-docker-run-command
docs(readme): update Docker run command to include 'serve' subcommand
2 parents eba9238 + f5feadb commit dd605a2

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)