Skip to content

Commit

Permalink
Update doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jun 19, 2017
1 parent c4e0be4 commit a7076e6
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.3.0
image: weaveworks/scope:1.5.0
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.3.0
image: weaveworks/scope:1.5.0
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.3.0
image: weaveworks/scope:1.5.0
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.3.0
image: weaveworks/scope:1.5.0
network_mode: "host"
pid: "host"
privileged: true
Expand Down

0 comments on commit a7076e6

Please sign in to comment.