Skip to content

Commit

Permalink
[fix][doc] auth problem in getting-started-docker-compose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdefs authored Nov 28, 2023
1 parent 9746907 commit c5fda71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ services:
## Step 2: Create a Pulsar cluster
To authorize volumes for default uid(10000) in Pulsar dockerfile.
```bash
sudo mkdir -p ./data/zookeeper ./data/bookkeeper
sudo chown 10000 -R data
```

To create a Pulsar cluster by using the `compose.yml` file, run the following command.

```bash
Expand Down

0 comments on commit c5fda71

Please sign in to comment.