Skip to content

Commit

Permalink
Update docusaurus/docs/operate/quickstart/docker_compose_debian_cheat…
Browse files Browse the repository at this point in the history
…sheet.md

Co-authored-by: Redouane Lakrache <r3d0ne@gmail.com>
  • Loading branch information
Olshansk and red-0ne authored Dec 5, 2024
1 parent 07a51e9 commit 0648db9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin
You can optionally create a new user and give it sudo permissions instead of using `root`.

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

Expand Down

0 comments on commit 0648db9

Please sign in to comment.