Skip to content

Commit

Permalink
Update scope version in docs to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Bruggemann committed Jan 23, 2018
1 parent 8b4ae3d commit d2b4d05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**

scope:
image: weaveworks/scope:1.7.0
image: weaveworks/scope:1.7.1
net: "host"
pid: "host"
privileged: true
Expand All @@ -141,7 +141,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.7.0
image: weaveworks/scope:1.7.1
network_mode: "host"
pid: "host"
privileged: true
Expand All @@ -165,7 +165,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
**Docker Compose Format Version 1:**

probe:
image: weaveworks/scope:1.7.0
image: weaveworks/scope:1.7.1
net: "host"
pid: "host"
privileged: true
Expand All @@ -182,7 +182,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
version: '2'
services:
probe:
image: weaveworks/scope:1.7.0
image: weaveworks/scope:1.7.1
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit d2b4d05

Please sign in to comment.