Skip to content

Commit

Permalink
Update docusaurus/docs/operate/quickstart/docker_compose_walkthrough.md
Browse files Browse the repository at this point in the history
Co-authored-by: Redouane Lakrache <r3d0ne@gmail.com>
  • Loading branch information
Olshansk and red-0ne authored Dec 5, 2024
1 parent 9107add commit aa983e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ This is necessary, in particular, if you want to use [homebrew](https://brew.sh/
You can create a new user (e.g. poktroll), provide sudo permissions and switch users like so:

```bash
sudo adduser poktroll
sudo usermod -aG sudo poktroll
adduser poktroll
sudo usermod -aG docker,sudo poktroll
su - poktroll
```

Expand Down

0 comments on commit aa983e5

Please sign in to comment.