Skip to content

Commit

Permalink
[fix][doc] auth problem in getting-started-docker-compose.md (#741)
Browse files Browse the repository at this point in the history
* [fix][doc] auth problem in getting-started-docker-compose.md

* Update getting-started-docker-compose.md

* Update getting-started-docker-compose.md

---------

Co-authored-by: Lari Hotari <[email protected]>
  • Loading branch information
mfdefs and lhotari committed Jan 24, 2024
1 parent afb4bfe commit 3679ddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting-started-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ services:
## Step 2: Create a Pulsar cluster
As preparation, create data directories and change the data directory ownership to uid(10000) which is the default user id used in the Pulsar Docker container.
```bash
sudo mkdir -p ./data/zookeeper ./data/bookkeeper
# this step might not be necessary on other than Linux platforms
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 3679ddc

Please sign in to comment.