Skip to content

Commit

Permalink
Update getting-started-docker-compose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Jan 24, 2024
1 parent c5fda71 commit 32e3501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ services:
## Step 2: Create a Pulsar cluster
To authorize volumes for default uid(10000) in Pulsar dockerfile.
To create data directories and change the 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
```

Expand Down

0 comments on commit 32e3501

Please sign in to comment.