Skip to content

Commit

Permalink
fix: updating docker compose sample stack and docs according to #135
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Apr 19, 2023
1 parent 222f282 commit a1a06ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
target: "/var/lib/grafana/dashboards/sample/sample-dashboard.json"
scaphandre:
image: hubblo/scaphandre
privileged: true
ports:
- "8080:8080"
volumes:
Expand Down
2 changes: 2 additions & 0 deletions docs_src/tutorials/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Once you have cloned the repository, just move to the docker-compose folder and
cd docker-compose
docker-compose up -d

Be warned: the sample stack runs scaphandre as a privileged container. Otherwise apparmor or equivalents might complain about ptrace calls on the host. See [#135](https://github.com/hubblo-org/scaphandre/issues/135).

Grafana will be available at `http://localhost:3000`, the default username is `admin` and the password is `secret`.

Refresh the dashboard after 30s or enable auto-refresh and you should see the data filling the graphs.
Expand Down

0 comments on commit a1a06ea

Please sign in to comment.