Skip to content

Commit

Permalink
recommend "sudo env" instead of "sudo -E" (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Oct 26, 2023
1 parent 85c3e80 commit 3093fd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crowdsec-docs/docs/observability/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ The cscli command `cscli dashboard setup` will use [docker](https://docs.docker.
If you use `podman` instead of `docker` and want to install the crowdsec dashboard, you need to run:

sudo systemctl enable --now podman.socket
export DOCKER_HOST=unix:///run/podman/podman.sock

Then you can setup the dashboard with `sudo -E cscli dashboard setup`.
Then you can setup the dashboard with `sudo env DOCKER_HOST=unix:///run/podman/podman.sock cscli dashboard setup`.
:::

## Setup
Expand Down

0 comments on commit 3093fd9

Please sign in to comment.